home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 March / PCWMAR09.iso / Software / Resources / Security / PC Tools AntiVirus Free 5.0.0.22 / avinstall.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2008-12-16  |  113.8 KB  |  1,582 lines

  1. ;InnoSetupVersion=5.2.1
  2. [Setup]
  3. AppName=PC Tools AntiVirus
  4. AppVerName=PC Tools AntiVirus 5.0
  5. AppId=PC Tools AntiVirus
  6. AppVersion=5.0
  7. AppPublisher=PC Tools
  8. AppPublisherURL=http://www.pctools.com/
  9. AppSupportURL=http://www.pctools.com/contact/support/product/anti-virus/
  10. AppUpdatesURL=http://www.pctools.com/anti-virus/
  11. DefaultDirName={pf}\PC Tools AntiVirus
  12. DefaultGroupName=PC Tools AntiVirus
  13. UninstallDisplayIcon={app}\PCTAV.exe
  14. OutputBaseFilename=in
  15. Compression=lzma
  16. DisableProgramGroupPage=yes
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19. [Files]
  20. Source: "{tmp}\isxdl.dll"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  21. Source: "{app}\helper.dll"; DestDir: "{app}"; Flags: overwritereadonly uninsrestartdelete ignoreversion 
  22. Source: "{tmp}\shutdown.vbs"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  23. Source: "{tmp}\InnoHelpers.dll"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  24. Source: "{tmp}\PCTCFilter.dll"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  25. Source: "{app}\PCTAV.exe"; DestDir: "{app}"; Flags: restartreplace overwritereadonly uninsrestartdelete ignoreversion 
  26. Source: "{app}\Update.exe"; DestDir: "{app}"; Flags: restartreplace overwritereadonly uninsrestartdelete ignoreversion 
  27. Source: "{tmp}\brazilian.ini"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  28. Source: "{tmp}\chinesesimp.ini"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  29. Source: "{tmp}\chinesetrad.ini"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  30. Source: "{tmp}\czech.ini"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  31. Source: "{tmp}\danish.ini"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  32. Source: "{tmp}\dutch.ini"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  33. Source: "{tmp}\english.ini"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  34. Source: "{tmp}\finnish.ini"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  35. Source: "{tmp}\french.ini"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  36. Source: "{tmp}\german.ini"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  37. Source: "{tmp}\greek.ini"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  38. Source: "{tmp}\italian.ini"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  39. Source: "{tmp}\japanese.ini"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  40. Source: "{tmp}\korean.ini"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  41. Source: "{tmp}\norwegian.ini"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  42. Source: "{tmp}\polish.ini"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  43. Source: "{tmp}\portugues.ini"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  44. Source: "{tmp}\portuguese.ini"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  45. Source: "{tmp}\russian.ini"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  46. Source: "{tmp}\spanish.ini"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  47. Source: "{tmp}\swedish.ini"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  48. Source: "{tmp}\thai.ini"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  49. Source: "{tmp}\turkish.ini"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  50. Source: "{tmp}\tb4_da_half.bmp"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  51. Source: "{tmp}\tb4_de_half.bmp"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  52. Source: "{tmp}\tb4_en_gb_half.bmp"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  53. Source: "{tmp}\tb4_en_us_half.bmp"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  54. Source: "{tmp}\tb4_es_half.bmp"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  55. Source: "{tmp}\tb4_fi_half.bmp"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  56. Source: "{tmp}\tb4_fr_half.bmp"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  57. Source: "{tmp}\tb4_it_half.bmp"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  58. Source: "{tmp}\tb4_jp_half.bmp"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  59. Source: "{tmp}\tb4_ko_half.bmp"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  60. Source: "{tmp}\tb4_nl_half.bmp"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  61. Source: "{tmp}\tb4_no_half.bmp"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  62. Source: "{tmp}\tb4_pl_half.bmp"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  63. Source: "{tmp}\tb4_pt-BR_half.bmp"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  64. Source: "{tmp}\tb4_pt_BR_half.bmp"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  65. Source: "{tmp}\tb4_ru_half.bmp"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  66. Source: "{tmp}\tb4_sv_half.bmp"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  67. Source: "{tmp}\tb4_zh_cn_half.bmp"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  68. Source: "{tmp}\tb4_zh_tw_half.bmp"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  69. Source: "{tmp}\t4_offer_da.bmp"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  70. Source: "{tmp}\t4_offer_de.bmp"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  71. Source: "{tmp}\t4_offer_en_GB.bmp"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  72. Source: "{tmp}\t4_offer_en_US.bmp"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  73. Source: "{tmp}\t4_offer_es.bmp"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  74. Source: "{tmp}\t4_offer_fi.bmp"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  75. Source: "{tmp}\t4_offer_fr.bmp"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  76. Source: "{tmp}\t4_offer_it.bmp"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  77. Source: "{tmp}\t4_offer_jp.bmp"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  78. Source: "{tmp}\t4_offer_ko.bmp"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  79. Source: "{tmp}\t4_offer_nl.bmp"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  80. Source: "{tmp}\t4_offer_no.bmp"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  81. Source: "{tmp}\t4_offer_pl.bmp"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  82. Source: "{tmp}\t4_offer_pt_BR.bmp"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  83. Source: "{tmp}\t4_offer_ru.bmp"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  84. Source: "{tmp}\t4_offer_sv.bmp"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  85. Source: "{tmp}\t4_offer_zh_cn.bmp"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  86. Source: "{tmp}\t4_offer_zh_tw.bmp"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  87. Source: "{tmp}\trial.bmp"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  88. Source: "{tmp}\url.bmp"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  89. Source: "{tmp}\gtapi.dll"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  90. Source: "{tmp}\GoogleToolbarInstaller_en_signed.exe"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  91. Source: "{app}\PCTAVSvc.exe"; DestDir: "{app}"; Flags: restartreplace ignoreversion 
  92. Source: "{app}\engine.dll"; DestDir: "{app}"; Flags: restartreplace ignoreversion 
  93. Source: "{app}\PCTAVShellExtension.dll"; DestDir: "{app}"; Flags: restartreplace regserver uninsrestartdelete ignoreversion 
  94. Source: "{app}\PCToolsAntiVirusExtension.dll"; DestDir: "{app}"; Flags: restartreplace ignoreversion 
  95. Source: "{app}\PCTWSC.dll"; DestDir: "{app}"; Flags: restartreplace ignoreversion 
  96. Source: "{app}\Xerces.dll"; DestDir: "{app}"; Flags: restartreplace ignoreversion 
  97. Source: "{app}\refdb.dll"; DestDir: "{app}"; Flags: restartreplace ignoreversion 
  98. Source: "{app}\xerdom.dll"; DestDir: "{app}"; Flags: restartreplace ignoreversion 
  99. Source: "{app}\common.ini"; DestDir: "{app}"; Flags: restartreplace uninsrestartdelete ignoreversion 
  100. Source: "{app}\PCTAV.ini"; DestDir: "{app}"; Flags: restartreplace uninsrestartdelete ignoreversion 
  101. Source: "{app}\PCTLicHelper.dll"; DestDir: "{app}"; Flags: restartreplace uninsrestartdelete ignoreversion 
  102. Source: "{app}\PCTAVHook.dll"; DestDir: "{app}"; Flags: restartreplace ignoreversion 
  103. Source: "{app}\tedbe.dat"; DestDir: "{app}"; Flags: restartreplace ignoreversion 
  104. Source: "{app}\bra-avhelp.chm"; DestDir: "{app}"; Flags: restartreplace uninsrestartdelete ignoreversion 
  105. Source: "{app}\csi-avhelp.chm"; DestDir: "{app}"; Flags: restartreplace uninsrestartdelete ignoreversion 
  106. Source: "{app}\ctr-avhelp.chm"; DestDir: "{app}"; Flags: restartreplace uninsrestartdelete ignoreversion 
  107. Source: "{app}\deu-avhelp.chm"; DestDir: "{app}"; Flags: restartreplace uninsrestartdelete ignoreversion 
  108. Source: "{app}\eng-avhelp.chm"; DestDir: "{app}"; Flags: restartreplace uninsrestartdelete ignoreversion 
  109. Source: "{app}\esp-avhelp.chm"; DestDir: "{app}"; Flags: restartreplace uninsrestartdelete ignoreversion 
  110. Source: "{app}\fre-avhelp.chm"; DestDir: "{app}"; Flags: restartreplace uninsrestartdelete ignoreversion 
  111. Source: "{app}\ita-avhelp.chm"; DestDir: "{app}"; Flags: restartreplace uninsrestartdelete ignoreversion 
  112. Source: "{app}\pol-avhelp.chm"; DestDir: "{app}"; Flags: restartreplace uninsrestartdelete ignoreversion 
  113. Source: "{app}\rus-avhelp.chm"; DestDir: "{app}"; Flags: restartreplace uninsrestartdelete ignoreversion 
  114. Source: "{app}\Language\Language.dll"; DestDir: "{app}\Language"; Flags: restartreplace ignoreversion 
  115. Source: "{app}\Language\Language.xsl"; DestDir: "{app}\Language"; Flags: restartreplace ignoreversion 
  116. Source: "{app}\Language\ChineseSimp.ini"; DestDir: "{app}\Language"; Flags: restartreplace ignoreversion 
  117. Source: "{app}\Language\ChineseTrad.ini"; DestDir: "{app}\Language"; Flags: restartreplace ignoreversion 
  118. Source: "{app}\Language\Deutsch.ini"; DestDir: "{app}\Language"; Flags: restartreplace ignoreversion 
  119. Source: "{app}\Language\English.ini"; DestDir: "{app}\Language"; Flags: restartreplace ignoreversion 
  120. Source: "{app}\Language\Espanol.ini"; DestDir: "{app}\Language"; Flags: restartreplace ignoreversion 
  121. Source: "{app}\Language\French.ini"; DestDir: "{app}\Language"; Flags: restartreplace ignoreversion 
  122. Source: "{app}\Language\Italian.ini"; DestDir: "{app}\Language"; Flags: restartreplace ignoreversion 
  123. Source: "{app}\Language\Polski.ini"; DestDir: "{app}\Language"; Flags: restartreplace ignoreversion 
  124. Source: "{app}\Language\Portuguesebrazilian.ini"; DestDir: "{app}\Language"; Flags: restartreplace ignoreversion 
  125. Source: "{app}\Language\Russian.ini"; DestDir: "{app}\Language"; Flags: restartreplace ignoreversion 
  126. Source: "{app}\LuLng\ChineseSimp.lng"; DestDir: "{app}\LuLng"; Flags: restartreplace ignoreversion 
  127. Source: "{app}\LuLng\ChineseTrad.lng"; DestDir: "{app}\LuLng"; Flags: restartreplace ignoreversion 
  128. Source: "{app}\LuLng\Copy of English.lng"; DestDir: "{app}\LuLng"; Flags: restartreplace ignoreversion 
  129. Source: "{app}\LuLng\Deutsch.lng"; DestDir: "{app}\LuLng"; Flags: restartreplace ignoreversion 
  130. Source: "{app}\LuLng\English.lng"; DestDir: "{app}\LuLng"; Flags: restartreplace ignoreversion 
  131. Source: "{app}\LuLng\French.lng"; DestDir: "{app}\LuLng"; Flags: restartreplace ignoreversion 
  132. Source: "{app}\LuLng\Italian.lng"; DestDir: "{app}\LuLng"; Flags: restartreplace ignoreversion 
  133. Source: "{app}\LuLng\Polski.lng"; DestDir: "{app}\LuLng"; Flags: restartreplace ignoreversion 
  134. Source: "{app}\LuLng\Portuguesebrazilian.lng"; DestDir: "{app}\LuLng"; Flags: restartreplace ignoreversion 
  135. Source: "{app}\LuLng\Russian.lng"; DestDir: "{app}\LuLng"; Flags: restartreplace ignoreversion 
  136. Source: "{app}\LuLng\Spanish.lng"; DestDir: "{app}\LuLng"; Flags: restartreplace ignoreversion 
  137. Source: "{app}\UgLng\ChineseSimp.lng"; DestDir: "{app}\UgLng"; Flags: restartreplace ignoreversion 
  138. Source: "{app}\UgLng\ChineseTrad.lng"; DestDir: "{app}\UgLng"; Flags: restartreplace ignoreversion 
  139. Source: "{app}\UgLng\Czech.lng"; DestDir: "{app}\UgLng"; Flags: restartreplace ignoreversion 
  140. Source: "{app}\UgLng\Danish.lng"; DestDir: "{app}\UgLng"; Flags: restartreplace ignoreversion 
  141. Source: "{app}\UgLng\Deutsch.lng"; DestDir: "{app}\UgLng"; Flags: restartreplace ignoreversion 
  142. Source: "{app}\UgLng\Dutch.lng"; DestDir: "{app}\UgLng"; Flags: restartreplace ignoreversion 
  143. Source: "{app}\UgLng\English.lng"; DestDir: "{app}\UgLng"; Flags: restartreplace ignoreversion 
  144. Source: "{app}\UgLng\EnglishBritish.lng"; DestDir: "{app}\UgLng"; Flags: restartreplace ignoreversion 
  145. Source: "{app}\UgLng\Finnish.lng"; DestDir: "{app}\UgLng"; Flags: restartreplace ignoreversion 
  146. Source: "{app}\UgLng\French.lng"; DestDir: "{app}\UgLng"; Flags: restartreplace ignoreversion 
  147. Source: "{app}\UgLng\Greek.lng"; DestDir: "{app}\UgLng"; Flags: restartreplace ignoreversion 
  148. Source: "{app}\UgLng\Italian.lng"; DestDir: "{app}\UgLng"; Flags: restartreplace ignoreversion 
  149. Source: "{app}\UgLng\Korean.lng"; DestDir: "{app}\UgLng"; Flags: restartreplace ignoreversion 
  150. Source: "{app}\UgLng\Norwegian.lng"; DestDir: "{app}\UgLng"; Flags: restartreplace ignoreversion 
  151. Source: "{app}\UgLng\Polski.lng"; DestDir: "{app}\UgLng"; Flags: restartreplace ignoreversion 
  152. Source: "{app}\UgLng\Portuguese.lng"; DestDir: "{app}\UgLng"; Flags: restartreplace ignoreversion 
  153. Source: "{app}\UgLng\PortugueseBrazilian.lng"; DestDir: "{app}\UgLng"; Flags: restartreplace ignoreversion 
  154. Source: "{app}\UgLng\Russian.lng"; DestDir: "{app}\UgLng"; Flags: restartreplace ignoreversion 
  155. Source: "{app}\UgLng\Spanish.lng"; DestDir: "{app}\UgLng"; Flags: restartreplace ignoreversion 
  156. Source: "{app}\UgLng\Swedish.lng"; DestDir: "{app}\UgLng"; Flags: restartreplace ignoreversion 
  157. Source: "{app}\UgLng\Thai.lng"; DestDir: "{app}\UgLng"; Flags: restartreplace ignoreversion 
  158. Source: "{app}\UgLng\Turkish.lng"; DestDir: "{app}\UgLng"; Flags: restartreplace ignoreversion 
  159. Source: "{app}\Upgrade.exe"; DestDir: "{app}"; Flags: restartreplace ignoreversion 
  160. Source: "{app}\Updates\av10-000.vdb"; DestDir: "{app}\Updates"; Flags: restartreplace ignoreversion 
  161. Source: "{app}\Updates\av10-001.vdb"; DestDir: "{app}\Updates"; Flags: restartreplace ignoreversion 
  162. Source: "{app}\Updates\av10-002.vdb"; DestDir: "{app}\Updates"; Flags: restartreplace ignoreversion 
  163. Source: "{app}\Updates\av10-003.vdb"; DestDir: "{app}\Updates"; Flags: restartreplace ignoreversion 
  164. Source: "{app}\Updates\av10-004.vdb"; DestDir: "{app}\Updates"; Flags: restartreplace ignoreversion 
  165. Source: "{app}\Updates\av10-005.vdb"; DestDir: "{app}\Updates"; Flags: restartreplace ignoreversion 
  166. Source: "{app}\Updates\av10-006.vdb"; DestDir: "{app}\Updates"; Flags: restartreplace ignoreversion 
  167. Source: "{app}\Updates\av10-007.vdb"; DestDir: "{app}\Updates"; Flags: restartreplace ignoreversion 
  168. Source: "{app}\Updates\av10-008.vdb"; DestDir: "{app}\Updates"; Flags: restartreplace ignoreversion 
  169. Source: "{app}\Updates\av10-009.vdb"; DestDir: "{app}\Updates"; Flags: restartreplace ignoreversion 
  170. Source: "{app}\Updates\av10-010.vdb"; DestDir: "{app}\Updates"; Flags: restartreplace ignoreversion 
  171. Source: "{app}\Updates\av10-011.vdb"; DestDir: "{app}\Updates"; Flags: restartreplace ignoreversion 
  172. Source: "{app}\Updates\av10-012.vdb"; DestDir: "{app}\Updates"; Flags: restartreplace ignoreversion 
  173. Source: "{app}\Updates\av10-013.vdb"; DestDir: "{app}\Updates"; Flags: restartreplace ignoreversion 
  174. Source: "{app}\Updates\av10-014.vdb"; DestDir: "{app}\Updates"; Flags: restartreplace ignoreversion 
  175. Source: "{app}\Updates\av10-015.vdb"; DestDir: "{app}\Updates"; Flags: restartreplace ignoreversion 
  176. Source: "{app}\Updates\av10-016.vdb"; DestDir: "{app}\Updates"; Flags: restartreplace ignoreversion 
  177. Source: "{app}\Updates\av10-017.vdb"; DestDir: "{app}\Updates"; Flags: restartreplace ignoreversion 
  178. Source: "{app}\Updates\av10-018.vdb"; DestDir: "{app}\Updates"; Flags: restartreplace ignoreversion 
  179. Source: "{app}\Updates\av10-019.vdb"; DestDir: "{app}\Updates"; Flags: restartreplace ignoreversion 
  180. Source: "{app}\Updates\av10-020.vdb"; DestDir: "{app}\Updates"; Flags: restartreplace ignoreversion 
  181. Source: "{app}\Updates\av10-021.vdb"; DestDir: "{app}\Updates"; Flags: restartreplace ignoreversion 
  182. Source: "{app}\Updates\av10-022.vdb"; DestDir: "{app}\Updates"; Flags: restartreplace ignoreversion 
  183. Source: "{app}\Updates\av10-023.vdb"; DestDir: "{app}\Updates"; Flags: restartreplace ignoreversion 
  184. Source: "{app}\Updates\av10-024.vdb"; DestDir: "{app}\Updates"; Flags: restartreplace ignoreversion 
  185. Source: "{app}\Updates\av10-025.vdb"; DestDir: "{app}\Updates"; Flags: restartreplace ignoreversion 
  186. Source: "{app}\Updates\av10-026.vdb"; DestDir: "{app}\Updates"; Flags: restartreplace ignoreversion 
  187. Source: "{app}\Updates\av10-027.vdb"; DestDir: "{app}\Updates"; Flags: restartreplace ignoreversion 
  188. Source: "{app}\Updates\av10-028.vdb"; DestDir: "{app}\Updates"; Flags: restartreplace ignoreversion 
  189. Source: "{app}\Updates\av10-029.vdb"; DestDir: "{app}\Updates"; Flags: restartreplace ignoreversion 
  190. Source: "{app}\Updates\av10-030.vdb"; DestDir: "{app}\Updates"; Flags: restartreplace ignoreversion 
  191. Source: "{app}\Updates\av10-031.vdb"; DestDir: "{app}\Updates"; Flags: restartreplace ignoreversion 
  192. Source: "{app}\Updates\av10-032.vdb"; DestDir: "{app}\Updates"; Flags: restartreplace ignoreversion 
  193. Source: "{app}\Updates\av10-033.vdb"; DestDir: "{app}\Updates"; Flags: restartreplace ignoreversion 
  194. Source: "{app}\Updates\av10-034.vdb"; DestDir: "{app}\Updates"; Flags: restartreplace ignoreversion 
  195. Source: "{app}\Updates\av10-035.vdb"; DestDir: "{app}\Updates"; Flags: restartreplace ignoreversion 
  196. Source: "{app}\Updates\av10-036.vdb"; DestDir: "{app}\Updates"; Flags: restartreplace ignoreversion 
  197. Source: "{app}\Updates\av10-037.vdb"; DestDir: "{app}\Updates"; Flags: restartreplace ignoreversion 
  198. Source: "{app}\Updates\av10-038.vdb"; DestDir: "{app}\Updates"; Flags: restartreplace ignoreversion 
  199. Source: "{app}\Updates\av10-039.vdb"; DestDir: "{app}\Updates"; Flags: restartreplace ignoreversion 
  200. Source: "{app}\Updates\av10-100.vdb"; DestDir: "{app}\Updates"; Flags: restartreplace ignoreversion 
  201. Source: "{app}\Updates\av10-101.vdb"; DestDir: "{app}\Updates"; Flags: restartreplace ignoreversion 
  202. Source: "{app}\Updates\av10-daily.vdb"; DestDir: "{app}\Updates"; Flags: restartreplace ignoreversion 
  203. Source: "{app}\Updates\vdb.xml"; DestDir: "{app}\Updates"; Flags: restartreplace ignoreversion 
  204. Source: "{sys}\drivers\AVFilter.sys"; DestDir: "{sys}\drivers"; MinVersion: 5.0,5.0; Flags: restartreplace overwritereadonly ignoreversion 
  205. Source: "{sys}\drivers\AVHook.sys"; DestDir: "{sys}\drivers"; MinVersion: 5.0,5.0; Flags: restartreplace overwritereadonly ignoreversion 
  206. Source: "{sys}\drivers\AVRec.sys"; DestDir: "{sys}\drivers"; MinVersion: 5.0,5.0; Flags: restartreplace overwritereadonly ignoreversion 
  207. Source: "{app}\Trial\alert.gif"; DestDir: "{app}\Trial"; Flags: restartreplace 
  208. Source: "{app}\Trial\header.JPG"; DestDir: "{app}\Trial"; Flags: restartreplace 
  209. Source: "{app}\msvcp71.dll"; DestDir: "{app}"; Flags: restartreplace uninsrestartdelete 
  210. Source: "{app}\msvcr71.dll"; DestDir: "{app}"; Flags: restartreplace uninsrestartdelete 
  211. Source: "{sys}\msvcp71.dll"; DestDir: "{sys}"; Flags: restartreplace sharedfile 
  212. Source: "{sys}\msvcr71.dll"; DestDir: "{sys}"; Flags: restartreplace sharedfile 
  213. Source: "{app}\PCTCFilter.dll"; DestDir: "{app}"; Flags: restartreplace overwritereadonly uninsrestartdelete 
  214. Source: "{cf}\PC Tools\Lsp\PCTLsp.dll"; DestDir: "{cf}\PC Tools\Lsp"; Flags: restartreplace sharedfile overwritereadonly 
  215. [Dirs]
  216. Name: "{commonappdata}\PC Tools\Temp"; Flags: uninsalwaysuninstall 
  217. [Registry]
  218. Root: HKLM; Subkey: "Software\PCTools\CFilter"; Flags: uninsdeletekeyifempty 
  219. Root: HKLM; Subkey: "Software\PCTools\CFilter"; ValueName: "hookDLLPath"; ValueType: String; ValueData: "{cf}\PC Tools\Lsp\PCTLsp.dll"; Flags: uninsdeletevalue 
  220. Root: HKLM; Subkey: "Software\PCTools\CFilter"; ValueName: "Temp Directory"; ValueType: String; ValueData: "{commonappdata}\PC Tools\Temp"; Flags: uninsdeletevalue 
  221. Root: HKLM; Subkey: "Software\PCTools\CFilter"; ValueName: "StopCapture"; ValueType: String; ValueData: "swdsvc.exe PCTAVSvc.exe apache.exe httpd.exe"; Flags: uninsdeletevalue 
  222. Root: HKLM; Subkey: "Software\PCTools\CFilter"; ValueName: "StartCapture"; ValueType: String; ValueData: "{code:StartCaptureEncrypt}"; Flags: uninsdeletevalue 
  223. Root: HKLM; Subkey: "Software\PCTools\PCTAV\"; ValueName: "PCTAVEGuninsmsg"; ValueType: String; ValueData: "{cm:UninstallAVRunningMsg,PC Tools AntiVirus}"; Flags: uninsdeletevalue 
  224. Root: HKLM; Subkey: "Software\PCTools\PCTAVSvc\"; Flags: uninsdeletekey 
  225. Root: HKLM; Subkey: "Software\PCTools\PCTAV\"; Flags: uninsdeletekey 
  226. Root: HKLM; Subkey: "Software\PCTools\PCTAV\"; ValueName: "ApplicationPath"; ValueType: String; ValueData: "{app}"; Flags: uninsdeletevalue 
  227. Root: HKLM; Subkey: "Software\PCTools\PCTAV\"; ValueName: "uninsmsg"; ValueType: String; ValueData: "{cm:UninstallAVRunningMsg,PC Tools AntiVirus}"; Flags: uninsdeletekey 
  228. Root: HKLM; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueName: "PCTAVApp"; ValueType: String; Flags: deletevalue dontcreatekey 
  229. Root: HKLM; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueName: "PCTAVApp"; ValueType: String; ValueData: """{app}\PCTAV.exe"" /MONITORSCAN"; Flags: uninsdeletevalue 
  230. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Security Center"; ValueName: "AntiVirusDisableNotify"; ValueType: Dword; ValueData: "$0"; Flags: uninsdeletevalue 
  231. Root: HKLM; Subkey: "Software\Microsoft\Windows\CurrentVersion\Uninstall\PC Tools AntiVirus"; Flags: uninsdeletekey 
  232. Root: HKLM; Subkey: "Software\Microsoft\Windows\CurrentVersion\Uninstall\PC Tools AntiVirus"; ValueName: "QuietUninstallString"; ValueType: String; ValueData: "{uninstallexe} /SILENT /LOG"; Flags: uninsdeletevalue 
  233. Root: HKLM; Subkey: "Software\Microsoft\Windows\CurrentVersion\Uninstall\PC Tools AntiVirus"; ValueName: "UninstallString"; ValueType: String; ValueData: "{uninstallexe} /LOG"; Flags: uninsdeletevalue 
  234. Root: HKCU; Subkey: "Software\PCTools\PCTAV"; Flags: uninsdeletekey 
  235. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; Flags: uninsdeletekey 
  236. Root: HKLM; Subkey: "Software\PCTools\PCTAV\BNS"; ValueName: "uStatus"; ValueType: Dword; ValueData: "$1"; Flags: uninsdeletevalue 
  237. Root: HKLM; Subkey: "Software\PCTools\PCTAV\BNS"; ValueName: "uURL"; ValueType: String; ValueData: "{code:PCTAVNAGLinkUninstall}"; Flags: uninsdeletevalue 
  238. Root: HKLM; Subkey: "System\CurrentControlSet\Services\AVFilter"; Flags: uninsdeletekey dontcreatekey 
  239. Root: HKLM; Subkey: "System\CurrentControlSet\Services\AVHook"; Flags: uninsdeletekey dontcreatekey 
  240. Root: HKLM; Subkey: "System\CurrentControlSet\Services\AVRec"; Flags: uninsdeletekey dontcreatekey 
  241. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "version"; ValueType: String; ValueData: "5.0.0.22"; Flags: createvalueifdoesntexist uninsdeletevalue 
  242. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "FileMonitorOnStartup"; ValueType: Dword; ValueData: "$1"; Flags: uninsdeletevalue 
  243. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "ExitAfterScan"; ValueType: Dword; ValueData: "$0"; Flags: createvalueifdoesntexist uninsdeletevalue 
  244. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "FileScanOnStartUp"; ValueType: Dword; ValueData: "$0"; Flags: createvalueifdoesntexist uninsdeletevalue 
  245. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "ShowResultsPop"; ValueType: Dword; ValueData: "$1"; Flags: uninsdeletevalue 
  246. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "RunOnStartup"; ValueType: Dword; ValueData: "$1"; Flags: uninsdeletevalue 
  247. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "InfectedObjectActionFileScan"; ValueType: Dword; ValueData: "$0"; Flags: createvalueifdoesntexist uninsdeletevalue 
  248. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "SuspiciousObjectActionOFileScan"; ValueType: Dword; ValueData: "$0"; Flags: createvalueifdoesntexist uninsdeletevalue 
  249. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "DeleteQuarantined"; ValueType: Dword; ValueData: "$1"; Flags: createvalueifdoesntexist uninsdeletevalue 
  250. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "ShowDisclaimer"; ValueType: Dword; ValueData: "$0"; Flags: createvalueifdoesntexist uninsdeletevalue 
  251. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "OnGuardToolPopUp"; ValueType: Dword; ValueData: "$1"; Flags: createvalueifdoesntexist uninsdeletevalue 
  252. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "ScanButtonAction"; ValueType: Dword; ValueData: "$1"; Flags: createvalueifdoesntexist uninsdeletevalue 
  253. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "selectLanguage_str"; ValueType: String; ValueData: "{code:LanguageSelected}"; Flags: uninsdeletevalue 
  254. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "LiveUpdateAutomaticSearch"; ValueType: Dword; ValueData: "$0"; Flags: createvalueifdoesntexist uninsdeletevalue 
  255. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "LiveUpdateScheduled"; ValueType: Dword; ValueData: "$0"; Flags: createvalueifdoesntexist uninsdeletevalue 
  256. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "LiveUpdateWeekDay"; ValueType: Dword; ValueData: "$0"; Flags: createvalueifdoesntexist uninsdeletevalue 
  257. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "ApplicationLogDirectorySize"; ValueType: Dword; ValueData: "$5"; Flags: createvalueifdoesntexist uninsdeletevalue 
  258. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "ApplicationLogFileSizeLimit"; ValueType: Dword; ValueData: "$200000"; Flags: createvalueifdoesntexist uninsdeletevalue 
  259. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "SplashOnStartup"; ValueType: Dword; ValueData: "$1"; Flags: createvalueifdoesntexist uninsdeletevalue 
  260. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "AppLogLevel"; ValueType: Dword; ValueData: "$2"; Flags: createvalueifdoesntexist uninsdeletevalue 
  261. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "CheckLicense"; ValueType: String; ValueData: "720"; Flags: createvalueifdoesntexist uninsdeletevalue 
  262. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "PromptTimeout"; ValueType: Dword; ValueData: "$E"; Flags: createvalueifdoesntexist uninsdeletevalue 
  263. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "LogFileName"; ValueType: String; ValueData: "{app}\Report Logs\Report"; Flags: createvalueifdoesntexist uninsdeletevalue 
  264. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "OnGuardFileStatus"; ValueType: Dword; ValueData: "$1"; Flags: createvalueifdoesntexist uninsdeletevalue 
  265. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "OnGuardEmailFilterStatus"; ValueType: Dword; ValueData: "$3"; Flags: createvalueifdoesntexist uninsdeletevalue 
  266. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "OnGuardInternetFilterStatus"; ValueType: Dword; ValueData: "$0"; Flags: createvalueifdoesntexist uninsdeletevalue 
  267. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "OnGuardFileSettingGeneral"; ValueType: String; ValueData: "0,0"; Flags: createvalueifdoesntexist uninsdeletevalue 
  268. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "OnGuardEmailSettingGeneral"; ValueType: String; ValueData: "0,0,1,1"; Flags: createvalueifdoesntexist uninsdeletevalue 
  269. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "OnGuardInternetSettingGeneral"; ValueType: String; ValueData: "1,1"; Flags: createvalueifdoesntexist uninsdeletevalue 
  270. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "OnGuardInternetSettingTrustedHostList"; ValueType: String; ValueData: "127.0.0.1,1,1"; Flags: createvalueifdoesntexist uninsdeletevalue 
  271. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "OnGuardInternetSettingScanPortList"; ValueType: String; ValueData: "80,1,0,8080,1,0,3128,1,0,21,0,1"; Flags: createvalueifdoesntexist uninsdeletevalue 
  272. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "InfectedObjectActionOnGuard"; ValueType: Dword; ValueData: "$0"; Flags: deletevalue 
  273. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "SuspiciousObjectActionOnGuard"; ValueType: Dword; ValueData: "$0"; Flags: deletevalue 
  274. Root: HKLM; Subkey: "SYSTEM\CurrentControlSet\Control\SafeBoot\Network\PCTAVSvc"; Flags: uninsdeletekey 
  275. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "ScanningMode"; ValueType: String; ValueData: "1,0,0,1,0,0,1,1"; Flags: createvalueifdoesntexist uninsdeletevalue 
  276. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "OnGuardEmailSettingTrustedHostList"; ValueType: String; ValueData: "127.0.0.1,1,1,1"; Flags: createvalueifdoesntexist uninsdeletevalue 
  277. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "OnGuardEmailSettingScanPortList"; ValueType: String; ValueData: "25,1,0,0,110,0,1,0,143,0,0,1"; Flags: createvalueifdoesntexist uninsdeletevalue 
  278. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "LogActivity"; ValueType: Dword; ValueData: "$1"; Flags: createvalueifdoesntexist uninsdeletevalue 
  279. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "ClearOnExit"; ValueType: Dword; ValueData: "$0"; Flags: createvalueifdoesntexist uninsdeletevalue 
  280. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "ClearSizeExceeds"; ValueType: Dword; ValueData: "$1"; Flags: createvalueifdoesntexist uninsdeletevalue 
  281. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "LogDirectorySize"; ValueType: Dword; ValueData: "$5"; Flags: createvalueifdoesntexist uninsdeletevalue 
  282. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "QuarantineInfections"; ValueType: Dword; ValueData: "$1"; Flags: createvalueifdoesntexist uninsdeletevalue 
  283. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "FullScanScheduled"; ValueType: Dword; ValueData: "$0"; Flags: createvalueifdoesntexist uninsdeletevalue 
  284. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "FullScanWeekDay"; ValueType: Dword; ValueData: "$0"; Flags: createvalueifdoesntexist uninsdeletevalue 
  285. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "LogFileSizeLimit"; ValueType: Dword; ValueData: "$200000"; Flags: createvalueifdoesntexist uninsdeletevalue 
  286. Root: HKCU; Subkey: "Software\PCTools\PCTAV\Settings"; ValueName: "OnGuardState"; ValueType: Dword; ValueData: "$1"; Flags: createvalueifdoesntexist uninsdeletevalue 
  287. [INI]
  288. FileName: "{app}\PCTAV.ini"; Section: "LICENSE"; Key: "Language"; String: "{code:ForArmLanguageSelected}"; 
  289. FileName: "{app}\homepage.url"; Section: "InternetShortcut"; Key: "URL"; String: "{cm:ShortCutHPLink}"; 
  290. [Icons]
  291. Name: "{group}\PC Tools AntiVirus"; Filename: "{app}\PCTAV.exe"; 
  292. Name: "{group}\{cm:ShortCutQSG,PC Tools AntiVirus}"; Filename: "{app}\{cm:ShortCutFileName}"; 
  293. Name: "{group}\{cm:UninstallProgram,PC Tools AntiVirus}"; Filename: "{uninstallexe}"; Parameters: "/LOG"; 
  294. Name: "{commondesktop}\PC Tools AntiVirus"; Filename: "{app}\PCTAV.exe"; Tasks: desktopicon; 
  295. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\PC Tools AntiVirus"; Filename: "{app}\PCTAV.exe"; Tasks: quicklaunchicon; 
  296. Name: "{group}\{cm:ShortCutHP}"; Filename: "{app}\homepage.url"; Comment: "{cm:ShortCutHPComment}"; 
  297. [Tasks]
  298. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  299. Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  300. [InstallDelete]
  301. Type: filesandordirs; Name: "{group}"; 
  302. Type: files; Name: "{commondesktop}\PC Tools AntiVirus.lnk"; 
  303. Type: files; Name: "{app}\*.key"; 
  304. [UninstallDelete]
  305. Type: files; Name: "{app}\Application Logs\*.txt"; 
  306. Type: filesandordirs; Name: "{app}\Tools\*.*"; 
  307. Type: filesandordirs; Name: "{app}\~tmp\*"; 
  308. Type: files; Name: "{app}\Quarantine\*.*"; 
  309. Type: filesandordirs; Name: "{app}\Report Logs"; 
  310. Type: files; Name: "{app}\homepage.url"; 
  311. Type: files; Name: "{app}\*.idx"; 
  312. Type: files; Name: "{app}\*.xml"; 
  313. Type: files; Name: "{app}\*.txt"; 
  314. Type: files; Name: "{app}\Common.ini"; 
  315. Type: files; Name: "{app}\PCTAV.ini"; 
  316. Type: files; Name: "{app}\upgrade.ini"; 
  317. Type: files; Name: "{app}\~ulo"; 
  318. Type: filesandordirs; Name: "{app}\Updates"; 
  319. Type: dirifempty; Name: "{app}\~tmp"; 
  320. Type: dirifempty; Name: "{app}"; 
  321. Type: filesandordirs; Name: "{commonappdata}\PC Tools\*.*"; 
  322. Type: dirifempty; Name: "{commonappdata}\PC Tools\LSP"; 
  323. Type: dirifempty; Name: "{commonappdata}\PC Tools"; 
  324. Type: filesandordirs; Name: "{userappdata}\PC Tools\PC Tools AntiVirus"; 
  325. Type: dirifempty; Name: "{userappdata}\PC Tools"; 
  326. [CustomMessages]
  327. en.NameAndVersion=%1 version %2
  328. en.AdditionalIcons=Additional icons:
  329. en.CreateDesktopIcon=Create a &desktop icon
  330. en.CreateQuickLaunchIcon=Create a &Quick Launch icon
  331. en.ProgramOnTheWeb=%1 on the Web
  332. en.UninstallProgram=Uninstall %1
  333. en.LaunchProgram=Launch %1
  334. en.AssocFileExtension=&Associate %1 with the %2 file extension
  335. en.AssocingFileExtension=Associating %1 with the %2 file extension...
  336. en.Options=Options:
  337. en.StartAfterInstall=Start PC Tools AntiVirus and scan for infections
  338. en.AutoStart=&Activate PC Tools AntiVirus protection when Windows starts
  339. en.BtnInstall=&Install
  340. en.ERR_INTERNETREQUIREDFORLU=No Internet connection was found. Internet access is required to download Smart Updates.
  341. en.MSG_LUANDSCANAFTERFINISHSIZE10={\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fswiss\fcharset0 Arial;}}{\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\f0\fs20 These tasks will launch immediately after you click 'Finish':\par \par\b Run Smart Update\par\pard\li284\b0 Downloads the latest PC Tools AntiVirus improvements and updates.\par\b\par\pard Launch PC Tools AntiVirus\par\pard\li284\b0 You can immediately configure PC Tools AntiVirus and run a full scan.\par}
  342. en.MSG_LUANDSCANAFTERFINISH={\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fswiss\fcharset0 Arial;}}{\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\f0\fs16 These tasks will launch immediately after you click 'Finish':\par \par\b Run Smart Update\par\pard\li284\b0 Downloads the latest PC Tools AntiVirus improvements and updates.\par\b\par\pard Launch PC Tools AntiVirus\par\pard\li284\b0 You can immediately configure PC Tools AntiVirus and run a full scan.\fs20\par}
  343. en.GooglePageCaptionFormat={\rtf1\ansi\ansicpg1252\deff0\deflang3081{\fonttbl{\f0\fswiss\fcharset0 Arial;}}{\colortbl ;\red255\green0\blue0;}{\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\cf1\b\f0\fs18 Free! \cf0 Google Toolbar\b0  \fs16 for Internet Explorer\fs20\par}
  344. en.GooglePageCaption=Free! Google Toolbar for Internet Explorer
  345. en.GooglePageDescription=Take the power of Google with you anywhere on the Web.
  346. en.GooglePageText={\rtf1\ansi\ansicpg1252\deff0\deflang1033\deflangfe1033{\fonttbl{\f0\fswiss\fprq2\fcharset0 Arial;}{\f1\fnil\fcharset2 Symbol;}} {\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\nowidctlpar\b\f0\fs16 Google Toolbar makes web browsing more convenient:\par \pard{\pntext\f1\'B7\tab}{\*\pn\pnlvlblt\pnf1\pnindent0{\pntxtb\'B7}}\nowidctlpar\fi-152\li284\b0 Instant suggestions as you type in the search box\par{\pntext\f1\'B7\tab}Bookmarks you can access from any computer\par{\pntext\f1\'B7\tab}Pop-up blocking\par }
  347. en.GooglePageRadio1a=Install the free Google Toolbar
  348. en.GooglePageRadio1aBold=Install the free Google Toolbar
  349. en.GooglePageRadio1b=     You can remove it easily at any time
  350. en.GooglePageRadio2=Don't install the Google Toolbar
  351. en.GooglePageNotice1=By installing Google Toolbar, you agree to the Terms of Use and Privacy Policy.
  352. en.GooglePageNotice1a=Read the terms of use
  353. en.GooglePageNotice1b= and 
  354. en.GooglePageNotice1c=Read the privacy policy
  355. en.GooglePageNotice1d=.
  356. en.GooglePageTitle=Setup - PC Tools AntiVirus
  357. en.GooglePageTitleLabel=Required Components Download
  358. en.GooglePageTitleDescription=Setup is now downloading the required files to your computer
  359. en.GoogleFinishConfirm=Google Toolbar has also been installed and will appear the next time you open an Internet Explorer window.
  360. en.MSG_DownloadError=Setup could not download some files, please run setup again.
  361. en.ErrorAppRunning=Setup has detected that %1 is currently running. %nClick OK to close %1 and continue setup or Cancel to return to setup.
  362. en.ERR_OTHERAVFOUND1=The following product is already installed on your computer: 
  363. en.ERR_OTHERAVFOUND2=Using multiple anti-virus products can lead to installation conflicts and problems in operation. You are advised to uninstall the other anti-virus product before continuing this installation. Do you wish to continue?
  364. en.ERR_NOTSUPPORTEROS=We regret that this product is not certified for this operating system. Installation cannot continue.
  365. en.MSG_EMAILCLIENT=Please note: Mail clients other than Outlook are not excluded by default from IntelliGuard and scanners. If one infected e-mail is discovered, all e-mails in that database will be removed.%n%nAdding mail clients' details to the exclusion list is recommended.%nTo do this, turn IntelliGuard OFF;%nGo to Settings -> Scan Settings -> Scan Exclusions and add the folder or file you wish to exclude.
  366. en.MSG_EMAILCLIENTGTB1=Please note: Mail clients other than Outlook are not excluded by default from IntelliGuard and scanners. If one infected e-mail is discovered, all e-mails in that database will be removed.
  367. en.MSG_EMAILCLIENTGTB2=Refer to Help to prevent this.
  368. en.ERR_INIT_PCTISINSTALLED=PC Tools AntiVirus is already installed as part of the PC Tools Internet Security. The setup will now exit without installation.
  369. en.MSG_ButtonExit=E&xit
  370. en.ShortCutFileName=eng-avhelp.chm
  371. en.ShortCutHP=PC Tools Antivirus Homepage
  372. en.ShortCutHPComment=View PC Tools AntiVirus homepage
  373. en.ShortCutHPLink=http://www.pctools.com/anti-virus/
  374. en.ShortCutQSG=%1 Quick Start Guide
  375. en.RunLaunchAV=Launch %1
  376. en.UninstallAVRunningMsg=Uninstall has detected that %1 is currently running. %nClick OK to close %1 and proceed with uninstall or Cancel to exit uninstall.
  377. en.ERR_IKHLAYERCHECK=Installation cannot proceed without rebooting. Do you wish to reboot now?
  378. en.lblSelectDir=Setup has detected that you already have %1 installed
  379. en.lblSelectDirBrowse=Installation must take place in the following location
  380. en.msgDegrade=Warning: You are trying to install an older version of %1
  381. en.msgUpToDate=Your Product is up-to-date.
  382. en.MSG_SDAInstalled=We detected that Spyware Doctor with AntiVirus is already installed on this PC. You do not require this standalone version of PC Tools AntiVirus to be installed.
  383. en.MSG_SDInstalled=We detected that Spyware Doctor is already installed on this PC. We highly recommend that you upgrade Spyware Doctor to include AntiVirus instead of installing this standalone version of PC Tools AntiVirus. Would you like to learn how to upgrade Spyware Doctor to include AntiVirus?
  384. en.MSG_SDEG_Installed=We detected that Spyware Doctor Email Guard Add-on is already installed on this PC. We highly recommend that you install Spyware Doctor with AntiVirus instead of installing the standalone version of PC Tools AntiVirus and Spyware Doctor. Would you like to learn how to install Spyware Doctor with AntiVirus?
  385. en.StartAfterInstallNoScan=Start PC Tools AntiVirus
  386. en.ERR_INIT_PCTINTERNET_SECURITY_IS_INSTALLED=PC Tools AntiVirus is already installed as part of the PC Tools Internet Security. The setup will now exit without installation.
  387. en.MSG_GTB_IE_FOUND=Setup requires Internet Explorer to be closed for proper updates of files. Click Yes to close Internet Explorer and continue Setup or No to return to Setup.
  388. en.MSG_GTB_IE_KILL_FAILED=Internet Explorer is not responding to request to shutdown, click OK to try again or Cancel to return to Setup.
  389. en.DegradeWelcomeLabel=You are currently running a newer version of PC Tools Antivirus. To continue with this installation you must first uninstall your existing version of PC Tools Antivirus. %n%nClick Exit to end Setup.
  390. de.NameAndVersion=%1 Version %2
  391. de.AdditionalIcons=Zus
  392. tzliche Symbole:
  393. de.CreateDesktopIcon=Erstelle &Desktop Symbol
  394. de.CreateQuickLaunchIcon=Erstelle &Quick Launch Symbol
  395. de.ProgramOnTheWeb=%1 im Web
  396. de.UninstallProgram=De-installiere %1
  397. de.LaunchProgram=Starte %1
  398. de.AssocFileExtension=&Verkn
  399. pfe %1 mit %2 Datenerweiterung
  400. de.AssocingFileExtension=Verkn
  401. pfung von %1 mit der %2 Datenerweiterung...
  402. de.Options=Optionen:
  403. de.StartAfterInstall=PC Tools AntiVirus starten und nach Infizierungen suchen
  404. de.AutoStart=&Schutz durch PC Tools AntiVirus aktivieren, wenn Windows startet
  405. de.BtnInstall=&Installieren
  406. de.ERR_INTERNETREQUIREDFORLU=Es wurde keine Internet-Verbindung gefunden. Um die Smart Updates herunterzuladen, m
  407. ssen Sie mit dem Internet verbunden sein.
  408. de.MSG_LUANDSCANAFTERFINISHSIZE10={\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fswiss\fcharset0 Arial;}}{\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\f0\fs20 Diese Aufgaben starten automatisch, nachdem Sie "Fertigstellen" geklickt haben:\par \par\b Smart Update starten\par\pard\li284\b0 L
  409. dt Sie die neuesten Erweiterungen und Updates von PC Tools AntiVirus herunter.\par\b\par\pard PC Tools AntiVirus starten\par\pard\li284\b0 Sie k
  410. nnen PC Tools AntiVirus sofort konfigurieren und einen vollst
  411. ndigen Scan ausf
  412. hren.\par}
  413. de.MSG_LUANDSCANAFTERFINISH={\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fswiss\fcharset0 Arial;}}{\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\f0\fs16 Diese Aufgaben starten automatisch, nachdem Sie "Fertigstellen" geklickt haben:\par \par\b Smart Update starten\par\pard\li284\b0 L
  414. dt Sie die neuesten Erweiterungen und Updates von PC Tools AntiVirus herunter.\par\b\par\pard PC Tools AntiVirus starten\par\pard\li284\b0 Sie k
  415. nnen PC Tools AntiVirus sofort konfigurieren und einen vollst
  416. ndigen Scan ausf
  417. hren.\fs20\par}
  418. de.GooglePageCaptionFormat={\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fswiss\fprq2\fcharset0 Arial;}{\f1\fswiss\fcharset0 Arial;}}{\colortbl ;\red255\green0\blue0;}{\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\cf1\lang1031\b\f0\fs18 Kostenlos!\cf0   Google Toolbar \b0\fs16 f\'f
  419. r Internet Explorer\lang1033\f1\par}
  420. de.GooglePageCaption=Kostenlos!  Google Toolbar f
  421. r Internet Explorer.
  422. de.GooglePageDescription=Nutzen Sie die Leistung von Google 
  423. berall im Web.
  424. de.GooglePageText={\rtf1\ansi\ansicpg1252\deff0\deflang1033\deflangfe1033{\fonttbl{\f0\fswiss\fprq2\fcharset0 Arial;}{\f1\fnil\fcharset2 Symbol;}} {\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\nowidctlpar\b\f0\fs16 Mit der Google Toolbar wird das Browsen im Web noch bequemer:\par \pard{\pntext\f1\'B7\tab}{\*\pn\pnlvlblt\pnf1\pnindent0{\pntxtb\'B7}}\nowidctlpar\fi-152\li284\b0 Sofortige Anzeige von Vorschl
  425. gen bei der Texteingabe im Suchfeld\par{\pntext\f1\'B7\tab}Zugriff auf Lesezeichen von jedem anderen Computer aus\par{\pntext\f1\'B7\tab}Blockieren von Pop-ups\par }
  426. de.GooglePageRadio1a=Installieren Sie die kostenlose Google Toolbar
  427. de.GooglePageRadio1aBold=Installieren Sie die kostenlose Google Toolbar
  428. de.GooglePageRadio1b=     Die Deinstallation ist jederzeit problemlos m
  429. glich.
  430. de.GooglePageRadio2=Google Toolbar nicht installieren
  431. de.GooglePageNotice1=Indem Sie die Google-Toolbar installieren, stimmen Sie den Nutzungsbedingungen und den Datenschutzbestimmungen der Google Toolbar zu.
  432. de.GooglePageNotice1a=Nutzungsbedingungen lesen
  433. de.GooglePageNotice1b= und 
  434. de.GooglePageNotice1c=Datenschutzbestimmungen lesen
  435. de.GooglePageNotice1d= der Google Toolbar zu.
  436. de.GooglePageTitle=Setup - PC Tools AntiVirus
  437. de.GooglePageTitleLabel=Download der erforderlichen Komponenten
  438. de.GooglePageTitleDescription=Das Setup speichert nun die erforderlichen Dateien auf Ihrem Computer ab
  439. de.GoogleFinishConfirm=Die Google Toolbar wurde ebenfalls installiert und wird beim n
  440. chsten 
  441. ffnen eines Fensters in Internet Explorer angezeigt.
  442. de.MSG_DownloadError=Beim Setup konnten einige Dateien nicht gespeichert werden, starten Sie das Setup bitte neu.
  443. de.ErrorAppRunning=Beim Setup wurde festgestellt, da
  444.  %1 zur Zeit ausgef
  445. hrt wird. %nKlicken Sie OK, um %1 zu schlie
  446. en und mit dem Setup fortzufahren oder Abbrechen, um das Setup zu verlassen.
  447. de.ERR_OTHERAVFOUND1=Das folgende Produkt wurde bereits auf Ihrem Computer installiert: 
  448. de.ERR_OTHERAVFOUND2=Die gleichzeitige Verwendung mehrerer Antiviren-Programme kann zu Konflikten bei der Installation und zu Problemen bei Inbetriebnahme f
  449. hren. Sie sollten zun
  450. chst andere Antiviren-Produkte deinstallieren, bevor Sie die Installation fortsetzen. M
  451. chten Sie fortfahren?'
  452. de.ERR_NOTSUPPORTEROS=Wir bedauern, da
  453.  dieses Produkt nicht f
  454. r dieses Betriebssystem geeignet ist. Die Installation kann nicht fortgesetzt werden.
  455. de.MSG_EMAILCLIENT=Bitte beachten: Abgesehen von Outlook werden E-Mail-Clients standardm
  456. ig von IntelliGuard und von den Suchmaschinen nicht ausgeschlossen. Wenn eine infizierte E-Mail gefunden wird, werden alle E-Mails aus dieser Datenbank entfernt.%n%nEs wird empfohlen, die Angaben anderer E-Mail-Clients zur Ausschlu
  457. liste hinzuzuf
  458. gen.%nStellen Sie daf
  459. r IntelliGuard AUS;%nGehen Sie auf Einstellungen -> Sucheinstellungen -> Bei der Suche auszuschlie
  460. en und f
  461. gen Sie den Ordner oder die Datei hinzu, die ausgeschlossen werden soll.
  462. de.MSG_EMAILCLIENTGTB1=Bitte beachten: Abgesehen von Outlook werden E-Mail-Clients standardm
  463. ig von IntelliGuard und von den Suchmaschinen nicht ausgeschlossen. Wenn eine infizierte E-Mail gefunden wird, werden alle E-Mails aus dieser Datenbank entfernt.
  464. de.MSG_EMAILCLIENTGTB2=Ziehen Sie die Hilfe heran, um dies zu vermeiden.
  465. de.ERR_INIT_PCTISINSTALLED=PC Tools AntiVirus ist bereits als Bestandteil von PC Tools Internet Security installiert. Der Installationsvorgang wird abgebrochen.
  466. de.ShortCutFileName=deu-avhelp.chm
  467. de.ShortCutHP=PC Tools Antivirus Homepage
  468. de.ShortCutHPComment=Homepage von PC Tools AntiVirus anzeigen
  469. de.ShortCutHPLink=http://www.pctools.com/de/anti-virus/
  470. de.ShortCutQSG=%1 Schnellhilfe
  471. de.RunLaunchAV=Starte %1
  472. de.UninstallAVRunningMsg=Bei der De-Installation wurde festgestellt, da
  473.  %1 noch l
  474. uft. %nKlicken Sie OK, um %1 zu beenden und mit der De-Installation fortzufahren oder Beenden, um die De-Installation zu verlassen.
  475. de.ERR_IKHLAYERCHECK=Die Installation kann nicht ohne Neustart fortgesetzt werden. M
  476. chten Sie jetzt neu starten?
  477. de.lblSelectDir=Beim Setup wurde festgestellt, da
  478.  %1 bereits installiert wurde
  479. de.lblSelectDirBrowse=Die Installation mu
  480.  an folgendem Standort erfolgen
  481. de.msgDegrade=Warnung: Sie versuchen gerade, eine 
  482. ltere Version von %1 zu installieren
  483. de.msgUpToDate=Your Product is up-to-date.
  484. de.MSG_SDAInstalled=We detected that Spyware Doctor with AntiVirus is already installed on this PC. You do not require this standalone version of PC Tools AntiVirus to be installed.
  485. de.MSG_SDInstalled=We detected that Spyware Doctor is already installed on this PC. We highly recommend that you upgrade Spyware Doctor to include AntiVirus instead of installing this standalone version of PC Tools AntiVirus. Would you like to learn how to upgrade Spyware Doctor to include AntiVirus?
  486. de.StartAfterInstallNoScan=Start PC Tools AntiVirus
  487. de.MSG_ButtonExit=E&xit
  488. de.MSG_SDEG_Installed=We detected that Spyware Doctor Email Guard Add-on is already installed on this PC. We highly recommend that you install Spyware Doctor with AntiVirus instead of installing the standalone version of PC Tools AntiVirus and Spyware Doctor. Would you like to learn how to install Spyware Doctor with AntiVirus?
  489. de.ERR_INIT_PCTINTERNET_SECURITY_IS_INSTALLED=PC Tools AntiVirus is already installed as part of the PC Tools Internet Security. The setup will now exit without installation.
  490. de.MSG_GTB_IE_FOUND=Damit die Dateien korrekt geladen werden k
  491. nnen, muss der Internet Explorer geschlossen sein. Klicken Sie auf 
  492. , um den Internet Explorer zu schlie
  493. en und die Installation fortzusetzen, oder auf 
  494. , um den Installationsvorgang wieder aufzunehmen.
  495. de.MSG_GTB_IE_KILL_FAILED=Der Internet Explorer reagiert nicht. Klicken Sie auf 
  496. , um es erneut zu versuchen, oder auf 
  497. Abbrechen
  498. , um den Installationsvorgang wieder aufzunehmen.
  499. de.DegradeWelcomeLabel=Sie verwenden gegenw
  500. rtig eine neuere Version von PC Tools AntiVirus. Um mit dieser Installation fortfahren zu k
  501. nnen, m
  502. ssen Sie zun
  503. chst die vorhandene Version von PC Tools AntiVirus deinstallieren. %n%nKlicken Sie auf 
  504. Beenden
  505. , um das Installationsprogramm zu verlassen.
  506. es.NameAndVersion=%1 versi
  507. es.AdditionalIcons=Iconos adicionales:
  508. es.CreateDesktopIcon=Crear un icono en el &escritorio
  509. es.CreateQuickLaunchIcon=Crear un icono de Inicio &R
  510. es.ProgramOnTheWeb=%1 en la Web
  511. es.UninstallProgram=Desinstalar %1
  512. es.LaunchProgram=Ejecutar %1
  513. es.AssocFileExtension=&Asociar %1 con la extensi
  514. es.AssocingFileExtension=Asociando %1 con la extensi
  515. n %2...
  516. es.Options=Opciones:
  517. es.StartAfterInstall=Iniciar PC Tools AntiVirus y analizar en busca de infecciones
  518. es.AutoStart=&Activar la protecci
  519. n de PC Tools AntiVirus al iniciar Windows
  520. es.BtnInstall=&Instalar
  521. es.ERR_INTERNETREQUIREDFORLU=No se encontr
  522.  ninguna conexi
  523. n a Internet. Es necesario contar con acceso a Internet para descargar las actualizaciones Smart Update.
  524. es.MSG_LUANDSCANAFTERFINISH={\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fswiss\fcharset0 Arial;}}{\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\f0\fs16 Estas tareas se ejecutar\'e1n inmediatamente despu\'e9s de que haga clic en ''Finalizar'':\par \par\b Ejecutar Smart Update\par\pard\li284\b0 Descarga las mejoras y actualizaciones m\'e1s recientes de PC Tools AntiVirus.\par\b\par\pard Abrir PC Tools AntiVirus\par\pard\li284\b0 Puede inmediatamente configurar PC Tools AntiVirus y ejecutar un An
  525. lisis Completo.\par}
  526. es.MSG_LUANDSCANAFTERFINISHSIZE10={\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fswiss\fcharset0 Arial;}}{\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\f0\fs20 Estas tareas se ejecutar
  527. n inmediatamente despu
  528. s de que haga clic en ''Finalizar'':\par\fs16  \fs20\par\b Ejecutar Smart Update\par\pard\li284\b0 Descarga las mejoras y actualizaciones m
  529. s recientes de PC Tools AntiVirus.\par\b\par\pard Abrir PC Tools AntiVirus\par\pard\li284\b0 Puede inmediatamente configurar PC Tools AntiVirus y ejecutar un An
  530. lisis Completo.\par}
  531. es.GooglePageCaptionFormat={\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fswiss\fprq2\fcharset0 Arial;}{\f1\fswiss\fcharset0 Arial;}}{\colortbl ;\red255\green0\blue0;}{\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\cf1\lang3082\b\f0\fs18\'a1Gratis!\cf0  Barra Google \b0\fs16 para Internet Explorer \lang1033\f1\par}
  532. es.GooglePageCaption=
  533. Gratuito! Barra Google para Internet Explorer 
  534. es.GooglePageDescription=Ll
  535. vate el poder de Google a cualquier lugar de la web
  536. es.GooglePageText={\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fswiss\fprq2\fcharset0 Arial;}{\f1\fswiss\fcharset0 Arial;}}  {\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\lang3082\b\f0\fs16 La barra Google hace que navegar por la web sea m
  537. modo:\b0   \par \bullet  Sugerencias instant
  538. neas mientras escribes en el cuadro de b
  539. squeda   \par \bullet  Marcadores a los que puedes acceder desde cualquier equipo inform
  540. tico   \par \bullet  Bloqueo de pop-ups \'f1ol\lang1033\f1\par }
  541. es.GooglePageRadio1a=Puedes desinstalarla f
  542. cilmente en cualquier momento.
  543. es.GooglePageRadio1aBold=Instalar la barra Google gratuita
  544. es.GooglePageRadio1b=     Puede eliminarla f
  545. cilmente en cualquier momento que lo desee.
  546. es.GooglePageRadio2=No instalar la barra Google
  547. es.GooglePageNotice1=Al instalar la barra Google, usted acuerda sujetarse a los t
  548. rminos de uso y pol
  549. tica de privacidad de la barra Google.
  550. es.GooglePageNotice1a=Leer los t
  551. rminos de uso
  552. es.GooglePageNotice1b= y la 
  553. es.GooglePageNotice1c=Leer la pol
  554. tica de privacidad
  555. es.GooglePageNotice1d= de dicho programa.
  556. es.GooglePageTitle=Setup - PC Tools AntiVirus
  557. es.GooglePageTitleLabel=Descarga de Componentes Requeridos
  558. es.GooglePageTitleDescription=El Instalador est
  559.  ahora descargando los archivos requeridos en su computadora
  560. es.GoogleFinishConfirm=La barra Google tambi
  561. n se ha instalado y aparecer
  562.  la pr
  563. xima vez que abra una ventana de Internet Explorer.
  564. es.MSG_DownloadError=El instalador no pudo descargar algunos archivos, por favor ejecute el instalador nuevamente.
  565. es.ErrorAppRunning=La instalaci
  566. n ha detectado que %1 est
  567.  ejecut
  568. ndose actualmente. %nHaga clic en Aceptar para cerrar %1 y continuar con la instalaci
  569. n o en Cancelar para salir de la instalaci
  570. es.ERR_OTHERAVFOUND1=El siguiente producto ya se encuentra instalado en su computadora: 
  571. es.ERR_OTHERAVFOUND2=El usar m
  572. ltiples productos antivirus puede llevar a conflictos de instalaci
  573. n y problemas de funcionamiento. Le aconsejamos desinstalar el otro producto antivirus antes de continuar con esta instalaci
  574. Desea continuar?'
  575. es.ERR_NOTSUPPORTEROS=Lamentamos informarle que este producto no est
  576.  certificado para este sistema operativo. La instalaci
  577. n no puede continuar.
  578. es.MSG_EMAILCLIENT=Por favor note que cualquier otro programa administrador de correos electr
  579. nico diferente a Outlook, por defecto, no se excluye de IntelliGuard y An
  580. lisis. Si se descubre un correo infectado, todos los correos en la base de datos ser
  581. n eliminados.%n%nEs recomendable agregar a la lista de exclusiones de an
  582. lisis los detalles de los achivos de correo.%nPara realizar 
  583. sto, Desactive IntelliGuard;%nVaya a Configuraci
  584. n - Config. del An
  585. lisis - Exclusiones de An
  586. lisis y a
  587. ada la carpeta o archivo que desea excluir.
  588. es.MSG_EMAILCLIENTGTB1=Por favor note que cualquier otro programa administrador de correos electr
  589. nico diferente a Outlook, por defecto, no se excluye de IntelliGuard y An
  590. lisis. Si se descubre un correo infectado, todos los correos en la base de datos ser
  591. n eliminados.
  592. es.MSG_EMAILCLIENTGTB2=Revise la Ayuda para prevenir esto.
  593. es.ERR_INIT_PCTISINSTALLED=PC Tools AntiVirus ya ha sido instalado como parte de PC Tools Internet Security. El proceso de instalaci
  594. n se cerrar
  595.  sin haber sido completado.
  596. es.ShortCutFileName=esp-avhelp.chm
  597. es.ShortCutHP=P
  598. gina de Inicio de PC Tools AntiVirus
  599. es.ShortCutHPComment=Ver la p
  600. gina de Inicio de PC Tools AntiVirus
  601. es.ShortCutHPLink=http://www.pctools.com/es/anti-virus/
  602. es.ShortCutQSG=Gu
  603. pida de %1
  604. es.RunLaunchAV=Abrir %1
  605. es.UninstallAVRunningMsg=La desinstalaci
  606. n ha detectado que %1 est
  607.  ejecut
  608. ndose actualmente. %nHaga clic en Aceptar para cerrar %1 y continuar con la desinstalaci
  609. n o en Cancelar para salir de la desinstalaci
  610. es.ERR_IKHLAYERCHECK=La instalaci
  611. n no puede continuar sin reiniciar. 
  612. Desea reiniciar ahora?
  613. es.lblSelectDir=El instalador ha detectado que ya tiene %1 instalado
  614. es.lblSelectDirBrowse=La instalaci
  615. n debe hacerse en la ubicaci
  616. n siguiente
  617. es.msgDegrade=Advertencia: Usted trata de instalar una versi
  618. n anterior de %1
  619. es.msgUpToDate=Your Product is up-to-date.
  620. es.MSG_SDAInstalled=We detected that Spyware Doctor with AntiVirus is already installed on this PC. You do not require this standalone version of PC Tools AntiVirus to be installed.
  621. es.MSG_SDInstalled=We detected that Spyware Doctor is already installed on this PC. We highly recommend that you upgrade Spyware Doctor to include AntiVirus instead of installing this standalone version of PC Tools AntiVirus. Would you like to learn how to upgrade Spyware Doctor to include AntiVirus?
  622. es.MSG_ButtonExit=E&xit
  623. es.MSG_SDEG_Installed=We detected that Spyware Doctor Email Guard Add-on is already installed on this PC. We highly recommend that you install Spyware Doctor with AntiVirus instead of installing the standalone version of PC Tools AntiVirus and Spyware Doctor. Would you like to learn how to install Spyware Doctor with AntiVirus?
  624. es.ERR_INIT_PCTINTERNET_SECURITY_IS_INSTALLED=PC Tools AntiVirus is already installed as part of the PC Tools Internet Security. The setup will now exit without installation.
  625. es.StartAfterInstallNoScan=Start PC Tools AntiVirus
  626. es.MSG_GTB_IE_FOUND=Para que los archivos se actualicen correctamente, Internet Explorer debe estar cerrado. Haga clic en S
  627.  para cerrar Internet Explorer y continuar o en No para volver al programa de instalaci
  628. es.MSG_GTB_IE_KILL_FAILED=Internet Explorer no responde a la orden de cerrar. Haga clic en Aceptar para volver a intentarlo o en Cancelar para volver al programa de instalaci
  629. es.DegradeWelcomeLabel=Se est
  630.  ejecutando una versi
  631. s reciente de PC Tools AntiVirus. Para poder continuar con la instalaci
  632. n primero debe desinstalar su versi
  633. n actual de PC Tools AntiVirus. %n%nHaga clic en Salir para finalizar la Instalaci
  634. fr.NameAndVersion=%1 version %2
  635. fr.AdditionalIcons=Ic
  636. nes suppl
  637. mentaires :
  638. fr.CreateDesktopIcon=Cr
  639. er une ic
  640. ne sur le &bureau
  641. fr.CreateQuickLaunchIcon=Cr
  642. er une ic
  643. ne de &lancement rapide
  644. fr.ProgramOnTheWeb=%1 sur le Web
  645. fr.UninstallProgram=D
  646. sinstaller %1
  647. fr.LaunchProgram=Lancer %1
  648. fr.AssocFileExtension=&Associer %1 avec l'extension de fichier %2
  649. fr.AssocingFileExtension=Association de %1 avec l'extension de fichier %2
  650. fr.Options=Options :
  651. fr.StartAfterInstall=D
  652. marrer PC Tools AntiVirus et lancer une analyse pour rechercher les infections
  653. fr.AutoStart=&Activer la protection de PC Tools AntiVirus au d
  654. marrage de Windows
  655. fr.BtnInstall=&Installer
  656. fr.ERR_INTERNETREQUIREDFORLU=Aucune connexion Internet n'a 
  657. e. Un acc
  658. s Internet est indispensable pour pouvoir t
  659. charger les mises 
  660.  jour Smart Update.
  661. fr.MSG_LUANDSCANAFTERFINISHSIZE10={\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fswiss\fcharset0 Arial;}}{\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\f0\fs20 Ces t
  662. ches sont imm
  663. diatement lanc
  664. es lorsque vous cliquez sur 'Terminer' :\par \par\b Ex
  665. cuter Smart Update\par\pard\li284\b0 T
  666. charger les derni
  667. res am
  668. liorations et mises 
  669.  jour pour PC Tools AntiVirus.\par\b\par\pard Lancer PC Tools AntiVirus\par\pard\li284\b0 Vous pouvez imm
  670. diatement configurer PC Tools AntiVirus et lancer une analyse compl
  671. te.\par}
  672. fr.MSG_LUANDSCANAFTERFINISH={\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fswiss\fcharset0 Arial;}}{\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\f0\fs16 Ces t
  673. ches sont imm
  674. diatement lanc
  675. es lorsque vous cliquez sur 'Terminer' :\par \par\b Ex
  676. cuter Smart Update\par\pard\li284\b0 T
  677. charger les derni
  678. res am
  679. liorations et mises 
  680.  jour pour PC Tools AntiVirus.\par\b\par\pard Lancer PC Tools AntiVirus\par\pard\li284\b0 Vous pouvez imm
  681. diatement configurer PC Tools AntiVirus et lancer une analyse compl
  682. te.\fs20\par}
  683. fr.GooglePageCaptionFormat={\rtf1\ansi\ansicpg1252\deff0\deflang3081{\fonttbl{\f0\fswiss\fcharset0 Arial;}}{\colortbl ;\red255\green0\blue0;}{\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\cf1\b\f0\fs18 Gratuit ! \cf0 Barre d'outils Google\b0 \fs16 pour Internet Explorer\fs20\par}
  684. fr.GooglePageCaption=Gratuit ! Barre d'outils Google pour Internet Explorer
  685. fr.GooglePageDescription=La recherche selon Google 
  686.  Puissance et pr
  687. cision !
  688. fr.GooglePageText={\rtf1\ansi\ansicpg1252\deff0\deflang1033\deflangfe1033{\fonttbl{\f0\fswiss\fprq2\fcharset0 Arial;}{\f1\fnil\fcharset2 Symbol;}} {\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\nowidctlpar\b\f0\fs16 La barre d'outils Google facilite votre navigation sur le Web:\par \pard{\pntext\f1\'B7\tab}{\*\pn\pnlvlblt\pnf1\pnindent0{\pntxtb\'B7}}\nowidctlpar\fi-152\li284\b0 Affichage de suggestions instantan
  689.  mesure de la saisie\par{\pntext\f1\'B7\tab}Acc
  690.  vos favoris depuis n'importe quel ordinateur\par{\pntext\f1\'B7\tab}Blocage des fen
  691. tres pop-up\par }
  692. fr.GooglePageRadio1a=Installer la barre d'outils Google gratuite
  693. fr.GooglePageRadio1aBold=Installer gratuitement la barre d'outils Google
  694. fr.GooglePageRadio1b=     Vous pouvez d
  695. sinstaller cette application 
  696.  tout moment
  697. fr.GooglePageRadio2=Ne pas installer la barre d'outils Google
  698. fr.GooglePageNotice1=En installant la barre d'outils Google, vous consentez 
  699.  respecter les conditions d'utilisation et les r
  700. gles de confidentialit
  701.  concernant cette barre d'outils.
  702. fr.GooglePageNotice1a=Lire les conditions d'utilisation
  703. fr.GooglePageNotice1b= et 
  704. fr.GooglePageNotice1c=Lire les r
  705. gles de confidentialit
  706. fr.GooglePageNotice1d=.
  707. fr.GooglePageTitle=Programme d'installation de PC Tools AntiVirus
  708. fr.GooglePageTitleLabel=T
  709. chargement des composants requis
  710. fr.GooglePageTitleDescription=Le programme d'installation t
  711. charge actuellement les fichiers requis sur votre ordinateur
  712. fr.GoogleFinishConfirm=La barre d'outils Google a aussi 
  713.  install
  714. e et appara
  715.  la prochaine ouverture d'une fen
  716. tre Internet Explorer.
  717. fr.MSG_DownloadError=Le programme d'installation n'a pas pu t
  718. charger certains fichiers. Veuillez relancer le programme d'installation.
  719. fr.ErrorAppRunning=Le programme d'installation a d
  720.  que %1 est en cours d'ex
  721. cution. %nCliquez sur OK pour fermer %1 et continuer l'installation ou Annuler pour quitter l'installation.
  722. fr.ERR_OTHERAVFOUND1=Le produit suivant est d
  723.  install
  724.  sur votre ordinateur : 
  725. fr.ERR_OTHERAVFOUND2=L'utilisation simultan
  726. e de plusieurs antivirus peut mener 
  727.  des conflits d'installation et 
  728.  de multiples probl
  729. mes de fonctionnement. Il est conseill
  730.  de d
  731. sinstaller les autres antivirus avant de poursuivre l'installation. Voulez-vous continuer ?
  732. fr.ERR_NOTSUPPORTEROS=Nous regrettons, mais ce produit n'est pas certifi
  733.  pour ce syst
  734. me d'exploitation. L'installation ne peut pas continuer.
  735. fr.MSG_EMAILCLIENT=Remarque : Les clients de messagerie autres qu'Outlook ne sont pas exclus par d
  736. faut d'IntelliGuard et des autres outils d'analyse. Lorsqu'un email infect
  737.  est d
  738. , tous les emails de la base de donn
  739. es concern
  740. e sont alors supprim
  741. s.%n%nIl est recommand
  742.  d'ajouter les informations relatives au client de messagerie 
  743.  la liste des exclusions.%nPour ce faire, d
  744. sactivez IntelliGuard ;%nallez dans Param
  745. tres -> Param
  746. tres d'analyse -> Fichiers exclus de l'analyse et ajoutez le dossier ou le fichier 
  747.  exclure.
  748. fr.MSG_EMAILCLIENTGTB1=Remarque : Les clients de messagerie autres qu'Outlook ne sont pas exclus par d
  749. faut d'IntelliGuard et des autres outils d'analyse. Lorsqu'un email infect
  750.  est d
  751. , tous les emails de la base de donn
  752. es concern
  753. e sont alors supprim
  754. fr.MSG_EMAILCLIENTGTB2=Veuillez consulter l'aide pour 
  755. viter ce probl
  756. fr.ERR_INIT_PCTISINSTALLED=PC Tools Internet Security est d
  757.  install
  758.  en tant que composant de la suite PC Tools Internet Security. Le programme d'installation va maintenant se fermer sans proc
  759.  l'installation
  760. fr.MSG_ButtonExit=&Quitter
  761. fr.ShortCutFileName=fre-avhelp.chm
  762. fr.ShortCutHP=PC Tools Antivirus Page d'accueil
  763. fr.ShortCutHPComment=Afficher la page d'accueil de PC Tools AntiVirus
  764. fr.ShortCutHPLink=http://www.pctools.com/fr/anti-virus/
  765. fr.ShortCutQSG=Guide de d
  766. marrage rapide de %1
  767. fr.RunLaunchAV=Lancer %1
  768. fr.UninstallAVRunningMsg=Le programme de d
  769. sinstallation a d
  770.  que %1 est en cours d'ex
  771. cution. %nCliquez sur OK pour fermer %1 et continuer la d
  772. sinstallation ou Annuler pour l'abandonner.
  773. fr.ERR_IKHLAYERCHECK=L'installation ne peut pas continuer sans red
  774. marrage. Souhaitez-vous red
  775. marrer maintenant ?
  776. fr.lblSelectDir=Le programme d'installation a d
  777.  que %1 est d
  778.  install
  779. fr.lblSelectDirBrowse=L'installation doit 
  780. tre r
  781. e dans l'emplacement suivant
  782. fr.msgDegrade=Avertissement : Vous essayez d'installer une ancienne version de %1
  783. fr.msgUpToDate=Votre produit est 
  784.  jour.
  785. fr.MSG_SDAInstalled=Le programme d'installation a d
  786.  une version existante de Spyware Doctor avec Antivirus install
  787. e sur cet ordinateur. Il n'est pas n
  788. cessaire d'installer une version autonome de PC Tools AntiVirus.
  789. fr.MSG_SDInstalled=Le programme d'installation a d
  790.  une version existante de Spyware Doctor install
  791. e sur cet ordinateur. Il est fortement recommand
  792.  de r
  793. aliser une mise 
  794.  niveau vers PC Tools AntiVirus avec Antivirus plut
  795. t que d'installer s
  796. ment cette version autonome de PC Tools AntiVirus. Voulez-vous savoir comment r
  797. aliser une mise 
  798.  niveau vers  Spyware Doctor avec Antivirus ?
  799. fr.StartAfterInstallNoScan=Start PC Tools AntiVirus
  800. fr.MSG_SDEG_Installed=We detected that Spyware Doctor Email Guard Add-on is already installed on this PC. We highly recommend that you install Spyware Doctor with AntiVirus instead of installing the standalone version of PC Tools AntiVirus and Spyware Doctor. Would you like to learn how to install Spyware Doctor with AntiVirus?
  801. fr.ERR_INIT_PCTINTERNET_SECURITY_IS_INSTALLED=PC Tools AntiVirus is already installed as part of the PC Tools Internet Security. The setup will now exit without installation.
  802. fr.MSG_GTB_IE_FOUND=Le programme d'installation requiert la fermeture d'Internet Explorer pour une mise 
  803.  jour corrrecte des fichiers. Cliquez sur Oui pour fermer Internet Explorer et continuer l'installation ou sur Non pour revenir au programme d'installation.
  804. fr.MSG_GTB_IE_KILL_FAILED=Internet Explorer ne r
  805. pond pas aux demandes d'arr
  806. t. Cliquez sur OK pour r
  807. essayer ou sur Annuler pour revenir au programme d'installation.
  808. fr.DegradeWelcomeLabel=Une version plus r
  809. cente de PC Tools AntiVirus est en cours d
  810. cution. Pour continuer l
  811. installation, d
  812. sinstallez tout d
  813. abord la version existante de PC Tools AntiVirus. %n%nCliquez sur Terminer pour quitter l'installation.
  814. pl.NameAndVersion=%1 wersja %2
  815. pl.AdditionalIcons=Dodatkowe ikony:
  816. pl.CreateDesktopIcon=Utw
  817. rz ikone na &pulpicie
  818. pl.CreateQuickLaunchIcon=Utw
  819. rz ikone &szybkiego uruchamiania
  820. pl.ProgramOnTheWeb=%1 w Internecie
  821. pl.UninstallProgram=Program dezinstalacyjny 
  822. pl.LaunchProgram=Uruchom %1
  823. pl.AssocFileExtension=&Skojarz %1 z rozszerzeniem pliku %2
  824. pl.AssocingFileExtension=Kojarzenie %1 z rozszerzeniem pliku %2...
  825. pl.Options=Opcje:
  826. pl.StartAfterInstall=Uruchom program PC Tools AntiVirus i skanuj w poszukiwaniu infekcji
  827. pl.AutoStart=&Uaktywniaj ochrone programem PC Tools AntiVirus z chwila uruchomienia systemu Windows
  828. pl.BtnInstall=&Instaluj
  829. pl.ERR_INTERNETREQUIREDFORLU=Nie wykryto po
  830. czenia z Internetem. Dost
  831. p do Internetu jest wymagany do pobierania uaktualnie
  832.  Smart Updates.
  833. pl.MSG_LUANDSCANAFTERFINISHSIZE10={\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fswiss\fcharset0 Arial;}}{\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\f0\fs20 Natychmiast po klikni
  834. ciu przycisku Zako
  835. cz zostan
  836.  wykonane nast
  837. ce zadania:\par \par\b Funkcja  Smart Update\par\pard\li284\b0 pobiera najnowsze ulepszenia i uaktualnienia programu PC Tools AntiVirus .\par\b\par\pard Nast
  838. puje uruchomienie programu PC Tools AntiVirus\par\pard\li284\b0 Program PC Tools AntiVirus mo
  839. na od razu skonfigurowa
  840. , a nast
  841. pnie wykona
  842. ne skanowanie.\par}
  843. pl.MSG_LUANDSCANAFTERFINISH={\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fswiss\fcharset0 Arial;}}{\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\f0\fs16 Natychmiast po klikni
  844. ciu przycisku Zako
  845. cz zostan
  846.  wykonane nast
  847. ce zadania:\par \par\b Funkcja  Smart Update\par\pard\li284\b0 pobiera najnowsze ulepszenia i uaktualnienia programu PC Tools AntiVirus .\par\b\par\pard Nast
  848. puje uruchomienie programu PC Tools AntiVirus\par\pard\li284\b0 Program PC Tools AntiVirus mo
  849. na od razu skonfigurowa
  850. , a nast
  851. pnie wykona
  852. ne skanowanie.\fs20\par}
  853. pl.GooglePageCaptionFormat={\rtf1\ansi\ansicpg1252\deff0\deflang3081{\fonttbl{\f0\fswiss\fcharset0 Arial;}}{\colortbl ;\red255\green0\blue0;}{\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\cf1\b\f0\fs18 Za darmo! \cf0 Google Toolbar\b0  \fs16 dla przegladarki Internet Explorer\fs20\par}
  854. pl.GooglePageCaption=Za darmo! Google Toolbar dla przegladarki Internet Explorer
  855. pl.GooglePageDescription=Korzystaj z mozliwosci Google z dowolnego miejsca w sieci.
  856. pl.GooglePageText={\rtf1\ansi\ansicpg1252\deff0\deflang1033\deflangfe1033{\fonttbl{\f0\fswiss\fprq2\fcharset0 Arial;}{\f1\fnil\fcharset2 Symbol;}} {\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\nowidctlpar\b\f0\fs16 Google Toolbar znacznie ulatwia przegladanie zasob
  857. w sieci:\par \pard{\pntext\f1\'B7\tab}{\*\pn\pnlvlblt\pnf1\pnindent0{\pntxtb\'B7}}\nowidctlpar\fi-152\li284\b0 Natychmiastowe sugestie wyszukiwania w trakcie wpisywania zapytania\par{\pntext\f1\'B7\tab}Zakladki dostepne z dowolnego komputera\par{\pntext\f1\'B7\tab}Blokowanie wyskakujacych okienek pop-up\par }
  858. pl.GooglePageRadio1a=Zainstaluj bezplatny pasek narzedzi Google
  859. pl.GooglePageRadio1aBold=Zainstaluj bezplatny pasek narzedzi Google
  860. pl.GooglePageRadio1b=Ten dodatek mozna latwo usunac w dowolnej chwili
  861. pl.GooglePageRadio2=Nie instaluj paska narzedzi Google
  862. pl.GooglePageNotice1=Instalujac pasek narzedzi Google, wyrazasz zgode na warunki korzystania z tego dodatku oraz odpowiednie zasady prywatnosci.
  863. pl.GooglePageNotice1a=Przeczytaj warunki korzystania
  864. pl.GooglePageNotice1b=oraz
  865. pl.GooglePageNotice1c=przeczytaj zasady prywatnosci
  866. pl.GooglePageNotice1d=.
  867. pl.GooglePageTitle=Instalacja programu Spyware Doctor
  868. pl.GooglePageTitleLabel=Pobieranie wymaganych skladnik
  869. pl.GooglePageTitleDescription=Program instalacyjny pobiera wymagane pliki do komputera
  870. pl.GoogleFinishConfirm=Zainstalowano r
  871. wniez pasek narzedzi Google. Zostanie on wyswietlony po otwarciu nastepnego okna programu Internet Explorer.
  872. pl.MSG_DownloadError=Program instalacyjny nie m
  873. gl pobrac niekt
  874. rych plik
  875. w. Uruchom go ponownie.
  876. pl.ErrorAppRunning=Program instalacyjny wykryl, ze program %1 juz dziala. %nAby zamknac program %1 i kontynuowac instalacje, kliknij przycisk OK. Aby zakonczyc instalacje, kliknij przycisk Anuluj.
  877. pl.ERR_OTHERAVFOUND1=W komputerze jest juz zainstalowany nastepujacy produkt: 
  878. pl.ERR_OTHERAVFOUND2=Korzystanie z wielu program
  879. w antywirusowych jednoczesnie moze powodowac konflikty podczas instalacji i problemy podczas dzialania. Przed kontynuowaniem instalacji zaleca sie odinstalowanie tego innego programu antywirusowego. Kontynuowac?
  880. pl.ERR_NOTSUPPORTEROS=Nie potwierdzono zgodnosci niniejszego produktu z tym systemem operacyjnym. Kontynuacja instalacji nie jest mozliwa.
  881. pl.MSG_EMAILCLIENT=Uwaga: Domyslnie klienty pocztowe inne niz Outlook nie sa wykluczone z ochrony funkcja IntelliGuard oraz z list skaner
  882. w. Wykrycie jednej zainfekowanej wiadomosci e-mail powoduje usuniecie wszystkich wiadomosci w danej bazie.%n%nZaleca sie wprowadzenie informacji o klientach pocztowych na liscie wyjatk
  883. w.%nW tym celu nalezy WYLACZYC funkcje IntelliGuard:%nWybierz kolejno Ustawienia -> Ustawienia skanowania -> Lista wyjatk
  884. w i tam dodac folder lub plik, kt
  885. ry ma byc wykluczony ze skanowania.
  886. pl.MSG_EMAILCLIENTGTB1=Uwaga: Domyslnie klienty pocztowe inne niz Outlook nie sa wykluczone z ochrony funkcja IntelliGuard oraz z list skaner
  887. w. Wykrycie jednej zainfekowanej wiadomosci e-mail powoduje usuniecie wszystkich wiadomosci w danej bazie.
  888. pl.MSG_EMAILCLIENTGTB2=Informacje o tym, jak temu zapobiec, mozna znalezc w Pomocy.
  889. pl.ERR_INIT_PCTISINSTALLED=PC Tools AntiVirus jest ju
  890.  zainstalowany jako cz
  891.  pakietu PC Tools Internet Security. Program instalacyjny zako
  892. czy dzia
  893. anie bez wykonywania instalacji.
  894. pl.MSG_ButtonExit=&Wyj
  895. pl.ShortCutFileName=pol-avhelp.chm
  896. pl.ShortCutHP=Strona firmy PC Tools Antivirus
  897. pl.ShortCutHPComment=Odwiedz strone programy PC Tools AntiVirus
  898. pl.ShortCutHPLink=http://www.pctools.com/pl/anti-virus/
  899. pl.ShortCutQSG=%1 
  900.  podrecznik 
  901. Szybki start
  902. pl.RunLaunchAV=Uruchom %1
  903. pl.UninstallAVRunningMsg=Program dezinstalacyjny  wykryl, ze program %1 juz dziala. %nAby zamknac program %1 i kontynuowac dezinstalacje, kliknij przycisk OK. Aby zakonczyc dezinstalacje, kliknij przycisk Anuluj.
  904. pl.ERR_IKHLAYERCHECK=Do kontynuacji instalacji wymagane jest zrestartowanie systemu. Czy chcesz teraz zrestartowac komputer?
  905. pl.lblSelectDir=Program instalacyjny wykryl, ze element %1 jest juz zainstalowany
  906. pl.lblSelectDirBrowse=Instalacja musi zostac wykonana w nastepujacej lokalizacji
  907. pl.msgDegrade=Uwaga: Pr
  908. bujesz zainstalowac starsza wersje programu %1
  909. pl.msgUpToDate=Produkt jest aktualny.
  910. pl.MSG_SDAInstalled=Wykryto, 
  911. e w tym komputerze jest ju
  912.  zainstalowany program Spyware Doctor  z dodatkiem AntiVirus. Nie ma potrzeby instalowania tej, niezale
  913. nej wersji programu PC Tools AntiVirus.
  914. pl.MSG_SDInstalled=Wykryto, 
  915. e w tym komputerze jest ju
  916.  zainstalowany program Spyware Doctor. Zamiast instalowania niezale
  917. nego programu PC Tools AntiVirus, stanowczo zalecamy instalacj
  918.  programu Spyware Doctor z modu
  919. em AntiVirus. Czy chcesz dowiedzie
  920. , jak dokona
  921.  uaktualnienia do programu Spyware Doctor  z modu
  922. em AntiVirus?
  923. pl.StartAfterInstallNoScan=Start PC Tools AntiVirus
  924. pl.MSG_SDEG_Installed=We detected that Spyware Doctor Email Guard Add-on is already installed on this PC. We highly recommend that you install Spyware Doctor with AntiVirus instead of installing the standalone version of PC Tools AntiVirus and Spyware Doctor. Would you like to learn how to install Spyware Doctor with AntiVirus?
  925. pl.ERR_INIT_PCTINTERNET_SECURITY_IS_INSTALLED=PC Tools AntiVirus is already installed as part of the PC Tools Internet Security. The setup will now exit without installation.
  926. pl.MSG_GTB_IE_FOUND= Do prawid
  927. owego uaktualnienia plik
  928. w program instalacyjny wymaga zamkni
  929. cia programu Internet Explorer. Aby zamkn
  930.  program Internet Explorer i kontynuowa
  931.  instalacj
  932. , kliknij przycisk Tak. Aby powr
  933.  do instalacji, kliknij przycisk Nie.
  934. pl.MSG_GTB_IE_KILL_FAILED=Internet Explorer nie odpowiada na 
  935. danie zamkni
  936. cia. Aby spr
  937.  ponownie, kliknij przycisk OK. Aby anulowa
  938. , kliknij przycisk Anuluj.
  939. pl.DegradeWelcomeLabel=Obecnie korzystasz z nowszej wersji programu PC Tools AntiVirus. Aby kontynuowa
  940.  instalacj
  941. , najpierw odinstaluj posiadan
  942.  wersj
  943.  programu PC Tools AntiVirus. %n%nAby opu
  944.  program instalacyjny, kliknij przycisk Zako
  945. it.NameAndVersion=%1 versione %2
  946. it.AdditionalIcons=Icone aggiuntive:
  947. it.CreateDesktopIcon=Crea un'icona per il &desktop
  948. it.CreateQuickLaunchIcon=Crea un'icona di &Avvio rapido
  949. it.ProgramOnTheWeb=%1 sul Web
  950. it.UninstallProgram=Disinstalla %1
  951. it.LaunchProgram=Apri %1
  952. it.AssocFileExtension=&Associa %1 all'estensione file %2
  953. it.AssocingFileExtension=&Associazione di %1 all'estensione file %2 in corso...
  954. it.Options=Opzioni:
  955. it.StartAfterInstall=Avviare PC Tools AntiVirus e avviare una scansione alla ricerca di infezioni
  956. it.AutoStart=&Attiva la protezione di PC Tools AntiVirus all'avvio di Windows
  957. it.BtnInstall=&Installa
  958. it.ERR_INTERNETREQUIREDFORLU=Non 
  959.  stata rilevata alcuna connessione a Internet. 
  960.  necessaria una connessione a Internet per scaricare Smart Updates.
  961. it.MSG_LUANDSCANAFTERFINISHSIZE10={\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fswiss\fcharset0 Arial;}}{\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\f0\fs20 Queste attivit
  962.  vengono lanciate subito dopo aver fatto clic su "Fine":\par \par\b Avvia Smart Update\par\pard\li284\b0 Scarica gli ultimi miglioramenti e aggiornamenti di PC Tools AntiVirus.\par\b\par\pard Avvia PC Tools AntiVirus\par\pard\li284\b0 
  963.  possibile configurare immediatamente PC Tools AntiVirus e avviare una scansione completa.\par}
  964. it.MSG_LUANDSCANAFTERFINISH={\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fswiss\fcharset0 Arial;}}{\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\f0\fs16 Queste attivit
  965.  vengono lanciate subito dopo aver fatto clic su "Fine":\par \par\b Avvia Smart Update\par\pard\li284\b0 Scarica gli ultimi miglioramenti e aggiornamenti di PC Tools AntiVirus.\par\b\par\pard Avvia PC Tools AntiVirus\par\pard\li284\b0 
  966.  possibile configurare immediatamente PC Tools AntiVirus e avviare una scansione completa.\fs20\par}
  967. it.GooglePageCaptionFormat={\rtf1\ansi\ansicpg1252\deff0\deflang3081{\fonttbl{\f0\fswiss\fcharset0 Arial;}}{\colortbl ;\red255\green0\blue0;}{\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\cf1\b\f0\fs18 Gratis! \cf0 Google Toolbar\b0  \fs16 per Internet Explorer\fs20\par}
  968. it.GooglePageCaption=Gratis! Google Toolbar per Internet Explorer
  969. it.GooglePageDescription=Sfrutta tutta la potenza di Google quando navighi su Internet
  970. it.GooglePageText={\rtf1\ansi\ansicpg1252\deff0\deflang1033\deflangfe1033{\fonttbl{\f0\fswiss\fprq2\fcharset0 Arial;}{\f1\fnil\fcharset2 Symbol;}} {\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\nowidctlpar\b\f0\fs16 La Google Toolbar gratuita consente di:\par \pard{\pntext\f1\'B7\tab}{\*\pn\pnlvlblt\pnf1\pnindent0{\pntxtb\'B7}}\nowidctlpar\fi-152\li284\b0 Effettuare ricerche sul Web utilizzando Google da qualsiasi sito\par{\pntext\f1\'B7\tab}Eliminare i fastidiosi annunci popup\par{\pntext\f1\'B7\tab}Compilare moduli Web rapidamente con il completamento automatico\par }
  971. it.GooglePageRadio1a=Installare la Google Toolbar gratuita
  972. it.GooglePageRadio1aBold=Installare la Google Toolbar gratuita
  973. it.GooglePageRadio1b=     
  974.  possibile rimuoverla facilmente in qualsiasi momento
  975. it.GooglePageRadio2=Non installare la Google Toolbar
  976. it.GooglePageNotice1=Installando la Google Toolbar, si dichiara di accettare i termini d'uso e la normativa sulla privacy di Google Toolbar.
  977. it.GooglePageNotice1a=Leggere i termini d'uso
  978. it.GooglePageNotice1b= e 
  979. it.GooglePageNotice1c=Leggere la normativa sulla privacy
  980. it.GooglePageNotice1d=.
  981. it.GooglePageTitle=Installazione - PC Tools AntiVirus
  982. it.GooglePageTitleLabel=Download dei componenti richiesti
  983. it.GooglePageTitleDescription=Il programma di installazione sta scaricando sul computer i file richiesti
  984. it.GoogleFinishConfirm=
  985.  stata inoltre installata la Google Toolbar, che verr
  986.  visualizzata non appena verr
  987.  aperta una finestra di Internet Explorer.
  988. it.MSG_DownloadError=Il programma di installazione non 
  989.  in grado di scaricare alcuni file; eseguire nuovamente l'installazione.
  990. it.ErrorAppRunning=Il programma di installazione ha rilevato che %1 
  991.  attualmente in esecuzione. %nFare clic su OK per chiudere %1 e continuare l'installazione o selezionare Annulla per abbandonare l'installazione.
  992. it.ERR_OTHERAVFOUND1=Il seguente prodotto 
  993.  installato sul computer: 
  994. it.ERR_OTHERAVFOUND2=L'utilizzo di pi
  995.  programmi antivirus potrebbe creare conflitti di installazione e problemi di funzionamento. Si consiglia di disinstallare gli altri prodotti antivirus prima di continuare con la procedura di installazione. Continuare?
  996. it.ERR_NOTSUPPORTEROS=Siamo spiacenti, questo prodotto non 
  997.  certificato per il sistema operativo in uso. Impossibile continuare l'installazione.
  998. it.MSG_EMAILCLIENT=Nota: i programmi di posta elettronica diversi da Outlook non sono esclusi da IntelliGuard e dagli scanner per impostazione predefinita. Se viene rilevato un messaggio e-mail infetto, tutti i messaggi nel database interessato vengono rimossi.%n%nSi consiglia di aggiungere i dettagli relativi ai programmi di posta elettronica nell'elenco delle esclusioni.%nPer farlo, disattivare IntelliGuard;%nAccedere a Impostazioni -> Impostazioni scansione -> Esclusioni scansione e aggiungere la cartella o il file che si desidera escludere.
  999. it.MSG_EMAILCLIENTGTB1=Nota: i programmi di posta elettronica diversi da Outlook non sono esclusi da IntelliGuard e dagli scanner per impostazione predefinita. Se viene rilevato un messaggio e-mail infetto, tutti i messaggi nel database interessato vengono rimossi.
  1000. it.MSG_EMAILCLIENTGTB2=Per evitare che ci
  1001.  accada, consultare la guida.
  1002. it.ERR_INIT_PCTISINSTALLED=PC Tools AntiVirus 
  1003.  installato come parte di PC Tools Internet Security. L'installazione verr
  1004.  interrotta.
  1005. it.MSG_ButtonExit=E&sci
  1006. it.ShortCutFileName=ita-avhelp.chm
  1007. it.ShortCutHP=Pagina iniziale di PC Tools Antivirus
  1008. it.ShortCutHPComment=Consente di visualizzare la home page di PC Tools AntiVirus
  1009. it.ShortCutHPLink=http://www.pctools.com/it/anti-virus/
  1010. it.ShortCutQSG=Guida introduttiva di %1
  1011. it.RunLaunchAV=Apri %1
  1012. it.UninstallAVRunningMsg=Il programma di disinstallazione ha rilevato che %1 
  1013.  attualmente in uso. %nFare clic su OK per chiudere %1 e continuare la procedura di disinstallazione o selezionare Annulla per abbandonare il programma di disinstallazione.
  1014. it.ERR_IKHLAYERCHECK=Non 
  1015.  possibile proseguire l'installazione prima di aver riavviato il sistema. Riavviare il computer adesso?
  1016. it.lblSelectDir=L'installazione ha rilevato che %1 
  1017.  installato
  1018. it.lblSelectDirBrowse=L'installazione deve essere eseguita nel seguente percorso
  1019. it.msgDegrade=Attenzione: si sta cercando di installare una versione precedente di %1
  1020. it.msgUpToDate=Il prodotto 
  1021.  stato aggiornato.
  1022. it.MSG_SDAInstalled=
  1023.  stato rilevato che Spyware Doctor con AntiVirus 
  1024.  installato sul PC. Non 
  1025.  necessario installare questa versione standalone di PC Tools AntiVirus.
  1026. it.MSG_SDInstalled=
  1027.  stato rilevato che Spyware Doctor 
  1028.  installato sul PC. Si consiglia di aggiornare Spyware Doctor per includere l'AntiVirus, piuttosto che installare questa versione standalone di PC Tools AntiVirus. Si desidera ottenere informazioni su come aggiornare Spyware Doctor per includere l'AntiVirus?
  1029. it.MSG_SDEG_Installed=We detected that Spyware Doctor Email Guard Add-on is already installed on this PC. We highly recommend that you install Spyware Doctor with AntiVirus instead of installing the standalone version of PC Tools AntiVirus and Spyware Doctor. Would you like to learn how to install Spyware Doctor with AntiVirus?
  1030. it.StartAfterInstallNoScan=Start PC Tools AntiVirus
  1031. it.ERR_INIT_PCTINTERNET_SECURITY_IS_INSTALLED=PC Tools AntiVirus is already installed as part of the PC Tools Internet Security. The setup will now exit without installation.
  1032. it.MSG_GTB_IE_FOUND=Il programma di installazione richiede la chiusura di Internet Explorer per consentire il corretto aggiornamento dei file. Fare clic su S
  1033.  per chiudere Internet Explorer e continuare l'installazione oppure su No per tornare all'installazione.
  1034. it.MSG_GTB_IE_KILL_FAILED=Internet Explorer non risponde alla richiesta di interruzione, fare clic su OK per riprovare o su Annulla per tornare all'installazione.
  1035. it.DegradeWelcomeLabel=
  1036.  presente una versione pi
  1037.  aggiornata di PC Tools AntiVirus. Per continuare con la procedura di installazione occorre prima disinstallare la versione esistente di PC Tools AntiVirus. %n%nFare clic su Esci per terminare la procedura di installazione.
  1038. br.NameAndVersion=%1 Vers
  1039. o: %2
  1040. br.AdditionalIcons=
  1041. cones adicionais:
  1042. br.CreateDesktopIcon=Criar um 
  1043. cone na &
  1044. rea de trabalho
  1045. br.CreateQuickLaunchIcon=Criar um 
  1046. cone de &Inicializa
  1047. br.ProgramOnTheWeb=%1  na Internet
  1048. br.UninstallProgram=Desinstalar %1 
  1049. br.LaunchProgram=Iniciar %1 
  1050. br.AssocFileExtension=&Associar %1 com a extens
  1051. o de arquivo %2
  1052. br.AssocingFileExtension=Associando %1 com a extens
  1053. o de arquivo %2...
  1054. br.Options=Op
  1055. br.StartAfterInstall=Iniciar PC Tools AntiVirus e verificar infec
  1056. br.AutoStart=&Ativar prote
  1057. o PC Tools AntiVirus ao iniciar o Windows
  1058. br.BtnInstall=&Instalar
  1059. br.ERR_INTERNETREQUIREDFORLU=N
  1060. o foi encontrada conex
  1061. o com a Internet. O acesso 
  1062.  Internet 
  1063.  necess
  1064. rio para fazer o download do Smart Updates.
  1065. br.MSG_LUANDSCANAFTERFINISHSIZE10={\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fswiss\fcharset0 Arial;}}{\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\f0\fs20 Essas tarefas ser
  1066. o acionadas imediatamente ap
  1067. s voc
  1068.  clicar em 
  1069. Concluir
  1070. :\par \par\b Execute o Smart Update\par\pard\li284\b0 Baixa as atualiza
  1071. es e melhorias mais recentes do PC Tools AntiVirus.\par\b\par\pard Iniciar PC Tools AntiVirus\par\pard\li284\b0 Voc
  1072.  pode configurar imediatamente o PC Tools AntiVirus e executar uma verifica
  1073. o completa.\par}
  1074. br.MSG_LUANDSCANAFTERFINISH={\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fswiss\fcharset0 Arial;}}{\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\f0\fs16 Essas tarefas ser
  1075. o acionadas imediatamente ap
  1076. s voc
  1077.  clicar em 
  1078. Concluir
  1079. :\par \par\b Execute o Smart Update\par\pard\li284\b0 Baixa as atualiza
  1080. es e melhorias mais recentes do PC Tools AntiVirus.\par\b\par\pard Iniciar PC Tools AntiVirus\par\pard\li284\b0 Voc
  1081.  pode configurar o PC Tools AntiVirus imediatamente e executar uma verifica
  1082. o completa.\fs20\par}
  1083. br.GooglePageCaptionFormat={\rtf1\ansi\ansicpg1252\deff0\deflang3081{\fonttbl{\f0\fswiss\fcharset0 Arial;}}{\colortbl ;\red255\green0\blue0;}{\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\cf1\b\f0\fs18 Gr
  1084. tis! \cf0 Barra deFerramentas Google\b0  \fs16 para Internet Explorer\fs20\par}
  1085. br.GooglePageCaption=Gr
  1086. tis! Barra deFerramentas Google para Internet Explorer
  1087. br.GooglePageDescription=Conte sempre com acapacidade avan
  1088. ada do Google, onde for que voc
  1089.  acessar a web.
  1090. br.GooglePageText={\rtf1\ansi\ansicpg1252\deff0\deflang1033\deflangfe1033{\fonttbl{\f0\fswiss\fprq2\fcharset0 Arial;}{\f1\fnil\fcharset2 Symbol;}} {\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\nowidctlpar\b\f0\fs16 A Barra de Ferramentas Google agiliza a navega
  1091. o naweb:\par \pard{\pntext\f1\'B7\tab}{\*\pn\pnlvlblt\pnf1\pnindent0{\pntxtb\'B7}}\nowidctlpar\fi-152\li284\b0 Sugest
  1092. esinstant
  1093. neas 
  1094.  medida que voc
  1095.  digita na caixa de pesquisa\par{\pntext\f1\'B7\tab}Favoritos que podemser acessados em qualquer computador\par{\pntext\f1\'B7\tab}Bloqueio de pop-ups\par }
  1096. br.GooglePageRadio1a=Instalar a Barra de Ferramentas Google gr
  1097. br.GooglePageRadio1aBold=Instalar a Barra de Ferramentas Google gr
  1098. br.GooglePageRadio1b=     Voc
  1099.  podedesinstal
  1100. -la facilmente quando quiser
  1101. br.GooglePageRadio2=N
  1102. o instalar a Barrade Ferramentas Google
  1103. br.GooglePageNotice1=Instalando a Barra de Ferramentas do Google voc
  1104.  concorda em seguir os termos de uso e a pol
  1105. tica de privacidade da Barra de Ferramentas do Google.
  1106. br.GooglePageNotice1a=Leia os termos de uso
  1107. br.GooglePageNotice1b= e 
  1108. br.GooglePageNotice1c=Leia a pol
  1109. tica de privacidade
  1110. br.GooglePageNotice1d=.
  1111. br.GooglePageTitle=Configura
  1112. o - PC Tools Antivirus
  1113. br.GooglePageTitleLabel=Download dos Componentes Necess
  1114. br.GooglePageTitleDescription=A configura
  1115. o est
  1116.  fazendo o download dos arquivos necess
  1117. rios para o computador
  1118. br.GoogleFinishConfirm=A Barra de Ferramentas do Google tamb
  1119. m foi instalada e aparecer
  1120.  na pr
  1121. xima vez que voc
  1122.  abrir a janela do Internet Explorer.
  1123. br.MSG_DownloadError=A configura
  1124. de fazer o download de alguns arquivos, execute a configura
  1125. o novamente.
  1126. br.ErrorAppRunning=A configura
  1127. o detectou que o %1 est
  1128.  sendo executado atualmente. %n Clique em OK para fechar o %1 e continuar a configura
  1129. o ou Cancelar para sair da configura
  1130. br.ERR_OTHERAVFOUND1=O produto a seguir j
  1131.  instalado em seu computador: 
  1132. br.ERR_OTHERAVFOUND2=O uso de v
  1133. rios produtos anti-v
  1134. rus pode ocasionar conflitos de instala
  1135. o e problemas na opera
  1136. o. Recomenda-se a desinstala
  1137. o de outros produtos anti-v
  1138. rus antes de continuar esta instala
  1139. o. Deseja continuar?
  1140. br.ERR_NOTSUPPORTEROS=Lamentamos que este produto n
  1141. o esteja certificado para este sistema operacional. A instala
  1142. o pode continuar.
  1143. br.MSG_EMAILCLIENT=Observe que: Programas de e-mail diferentes do Outlook n
  1144. o exclu
  1145. dos por padr
  1146. o do IntelliGuard e verificadores. Se um e-mail infectado for descoberto, todos os e-mails daquele banco de dados ser
  1147. o removidos.%n%nRecomenda-se acrescentar detalhes do programa de e-mail na lista de exclus
  1148. es.%nPara fazer isso, desligue o IntelliGuard;%nV
  1149.  Configura
  1150. es -> Configura
  1151. es de Verifica
  1152. o -> Exclus
  1153. es de Verifica
  1154. o e adicione a pasta ou arquivo que deseja excluir.
  1155. br.MSG_EMAILCLIENTGTB1=Observe que: Programas de e-mail diferentes do Outlook n
  1156. o exclu
  1157. dos por padr
  1158. o do IntelliGuard e verificadores. Se um e-mail infectado for descoberto, todos os e-mails do banco de dados correspondente ser
  1159. o removidos.
  1160. br.MSG_EMAILCLIENTGTB2=Consulte a Ajuda para evitar isso.
  1161. br.ERR_INIT_PCTISINSTALLED=O PC Tools AntiVirus j
  1162.  foi instalado como parte do PC Tools Internet Security. A configura
  1163. o terminar
  1164.  sem a instala
  1165. br.MSG_ButtonExit=S&air
  1166. br.ShortCutFileName=eng-avhelp.chm
  1167. br.ShortCutHP=P
  1168. gina Inicial do PC Tools Antivirus
  1169. br.ShortCutHPComment=Exibir p
  1170. gina inicial do PC Tools AntiVirus
  1171. br.ShortCutHPLink=http://www.pctools.com/anti-virus/
  1172. br.ShortCutQSG=Guia de Introdu
  1173. o do %1
  1174. br.RunLaunchAV=Iniciar %1 
  1175. br.UninstallAVRunningMsg=A desinstala
  1176. o detectou que o %1 est
  1177.  sendo executado atualmente. %nClique em OK para fechar o %1 e prosseguir com a desinstala
  1178. o ou Cancelar para sair da desinstala
  1179. br.ERR_IKHLAYERCHECK=A instala
  1180. o pode prosseguir sem a reinicializa
  1181. o. Deseja reiniciar agora?
  1182. br.lblSelectDir=A configura
  1183. o detectou que voc
  1184.  instalou o %1 
  1185. br.lblSelectDirBrowse=A instala
  1186. o deve ocorrer no seguinte local
  1187. br.msgDegrade=Advert
  1188. ncia: Voc
  1189.  tentando instalar uma vers
  1190. o mais antiga do %1 
  1191. br.msgUpToDate=Seu produto est
  1192.  atualizado.
  1193. br.MSG_SDAInstalled=Detectamos que o Spyware Doctor com AntiVirus j
  1194.  instalado em seu computador. N
  1195.  necess
  1196. rio instalar esta vers
  1197. o independente do PC Tools AntiVirus.
  1198. br.MSG_SDInstalled=Detectamos que o Spyware Doctor j
  1199.  instalado em seu computador. Recomendamos enfaticamente que voc
  1200.  atualize o Spyware Doctor para incluir o AntiVirus ao inv
  1201. s de instalar esta vers
  1202. o independente do PC Tools AntiVirus. Deseja saber como atualizar o Spyware Doctor e incluir o AntiVirus?
  1203. br.MSG_SDEG_Installed=Detectamos que o Complemento Spyware Doctor Email Guard j
  1204.  instalado em seu computador. Recomendamos enfaticamente que voc
  1205.  instale o Spyware Doctor com AntiVirus ao inv
  1206. s de instalar esta vers
  1207. o independente do PC Tools AntiVirus. Deseja saber como instalar o Spyware Doctor com AntiVirus?
  1208. br.StartAfterInstallNoScan=Iniciar PC Tools AntiVirus
  1209. br.ERR_INIT_PCTINTERNET_SECURITY_IS_INSTALLED=O PC Tools AntiVirus j
  1210.  foi instalado como parte do PC Tools Internet Security. A configura
  1211. o terminar
  1212.  sem a instala
  1213. br.MSG_GTB_IE_FOUND=A configura
  1214. o requer que o Internet Explorer seja fechado para atualizar corretamente os arquivos. Clique em Sim para fechar o Internet Explorer e continuar a Configura
  1215. o ou em N
  1216. o para voltar para a Configura
  1217. br.MSG_GTB_IE_KILL_FAILED=O Internet Explorer n
  1218. o est
  1219.  respondendo a solicita
  1220. o de fechamento, clique em OK para tentar novamente ou em Cancelar para retornar para a Configura
  1221. br.DegradeWelcomeLabel=Voc
  1222.  executando atualmente uma vers
  1223. o mais nova do PC Tools AntiVirus. Para continuar com esta instala
  1224.  necess
  1225. rio desinstalar a vers
  1226. o existente do PC Tools AntiVirus. %n%nClique em Sair para finalizar a Configura
  1227. ru.NameAndVersion=%1 
  1228. ru.AdditionalIcons=
  1229. ru.CreateDesktopIcon=
  1230. ru.CreateQuickLaunchIcon=
  1231. ru.ProgramOnTheWeb=%1 
  1232. ru.UninstallProgram=
  1233. ru.LaunchProgram=
  1234. ru.AssocFileExtension=&
  1235. ru.AssocingFileExtension=
  1236.  %2...
  1237. ru.Options=
  1238. ru.StartAfterInstall=
  1239.  PC Tools Antivirus 
  1240. ru.AutoStart=&
  1241.  PC Tools Antivirus 
  1242.  Windows
  1243. ru.BtnInstall=&
  1244. ru.ERR_INTERNETREQUIREDFORLU=
  1245.  Smart Updates 
  1246. ru.MSG_LUANDSCANAFTERFINISHSIZE10={\rtf1\ansi\ansicpg1251\deff0\deflang1049{\fonttbl{\f0\fswiss\fprq2\fcharset204 Verdana;}{\f1\fswiss\fcharset204{\*\fname Arial;}Arial CYR;}}{\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\kerning2\f0\fs20\'c2\'fb\'ef\'ee\'eb\'ed\'e5\'ed\'e8\'e5 \'fd\'f2\'e8\'f5 \'e7\'e0\'e4\'e0\'f7 \'ed\'e0\'f7\'ed\'e5\'f2\'f1\'ff \'f1\'f0\'e0\'e7\'f3 \'e6\'e5 \'ef\'ee\'f1\'eb\'e5 \'f2\'ee\'e3\'ee, \'ea\'e0\'ea \'e2\'fb \'ed\'e0\'e6\'ec\'e5\'f2\'e5 "\'c7\'e0\'e2\'e5\'f0\'f8\'e8\'f2\'fc":\par\par\b \'c7\'e0\'ef\'f3\'f1\'ea Smart Update\b0\par\pard\li284\'c7\'e0\'e3\'f0\'f3\'e6\'e0\'e5\'f2 \'ef\'ee\'f1\'eb\'e5\'e4\'ed\'e8\'e5 \'ee\'e1\'ed\'ee\'e2\'eb\'e5\'ed\'e8\'ff \'ef\'f0\'ee\'e3\'f0\'e0\'ec\'ec\'fb \'e8 \'e0\'ed\'f2\'e8\'e2\'e8\'f0\'f3\'f1\'ed\'ee\'e9 \'e1\'e0\'e7\'fb \'e4\'e0\'ed\'ed\'fb\'f5.\par\pard\par\b\'c7\'e0\'ef\'f3\'f1\'f2\'e8\'f2\'fc PC Tools AntiVirus\b0\par\pard\li284\'c2\'fb \'ec\'ee\'e6\'e5\'f2\'e5 \'f1\'f0\'e0\'e7\'f3 \'e6\'e5 \'ed\'e0\'f1\'f2\'f0\'ee\'e8\'f2\'fc PC Tools AntiVirus \'e8 \'ef\'f0\'ee\'e8\'e7\'e2\'e5\'f1\'f2\'e8 \'ef\'ee\'eb\'ed\'ee\'e5 \'f1\'ea\'e0\'ed\'e8\'f0\'ee\'e2\'e0\'ed\'e8\'e5.\kerning0\f1\par}
  1247. ru.MSG_LUANDSCANAFTERFINISH={\rtf1\ansi\ansicpg1251\deff0\deflang1049{\fonttbl{\f0\fswiss\fprq2\fcharset204 Verdana;}{\f1\fswiss\fcharset204{\*\fname Arial;}Arial CYR;}}{\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\kerning2\f0\fs16\'c2\'fb\'ef\'ee\'eb\'ed\'e5\'ed\'e8\'e5 \'fd\'f2\'e8\'f5 \'e7\'e0\'e4\'e0\'f7 \'ed\'e0\'f7\'ed\'e5\'f2\'f1\'ff \'f1\'f0\'e0\'e7\'f3 \'e6\'e5 \'ef\'ee\'f1\'eb\'e5 \'f2\'ee\'e3\'ee, \'ea\'e0\'ea \'e2\'fb \'ed\'e0\'e6\'ec\'e5\'f2\'e5 "\'c7\'e0\'e2\'e5\'f0\'f8\'e8\'f2\'fc":\par\par\b \'c7\'e0\'ef\'f3\'f1\'ea Smart Update\b0\par\pard\li284\'c7\'e0\'e3\'f0\'f3\'e6\'e0\'e5\'f2 \'ef\'ee\'f1\'eb\'e5\'e4\'ed\'e8\'e5 \'ee\'e1\'ed\'ee\'e2\'eb\'e5\'ed\'e8\'ff \'ef\'f0\'ee\'e3\'f0\'e0\'ec\'ec\'fb \'e8 \'e0\'ed\'f2\'e8\'e2\'e8\'f0\'f3\'f1\'ed\'ee\'e9 \'e1\'e0\'e7\'fb \'e4\'e0\'ed\'ed\'fb\'f5.\par\pard\par\b\'c7\'e0\'ef\'f3\'f1\'f2\'e8\'f2\'fc PC Tools AntiVirus\b0\par\pard\li284\'c2\'fb \'ec\'ee\'e6\'e5\'f2\'e5 \'f1\'f0\'e0\'e7\'f3 \'e6\'e5 \'ed\'e0\'f1\'f2\'f0\'ee\'e8\'f2\'fc PC Tools AntiVirus \'e8 \'ef\'f0\'ee\'e8\'e7\'e2\'e5\'f1\'f2\'e8 \'ef\'ee\'eb\'ed\'ee\'e5 \'f1\'ea\'e0\'ed\'e8\'f0\'ee\'e2\'e0\'ed\'e8\'e5.\kerning0\f1\fs20\par}
  1248. ru.GooglePageCaptionFormat={\rtf1\ansi\ansicpg1252\deff0\deflang3081{\fonttbl{\f0\fswiss\fcharset0 Arial;}}{\colortbl ;\red255\green0\blue0;}{\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\cf1\b\f0\fs18 
  1249. ! \cf0 
  1250.  Google\b0  \fs16 
  1251.  Internet Explorer\fs20\par}
  1252. ru.GooglePageCaption=
  1253.  Google 
  1254.  Internet Explorer
  1255. ru.GooglePageDescription=
  1256.  Google 
  1257. ru.GooglePageText={\rtf1\ansi\ansicpg1251\deff0\deflang1049{\fonttbl{\f0\fswiss\fprq2\fcharset204{\*\fname Arial;}Arial CYR;}{\f1\fnil\fcharset2 Symbol;}}{\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\b\f0\fs16\'cf\'e0\'ed\'e5\'eb\'fc \'e8\'ed\'f1\'f2\'f0\'f3\'ec\'e5\'ed\'f2\'ee\'e2 Google \'e4\'e5\'eb\'e0\'e5\'f2 \'e2\'e5\'e1-\'ef\'ee\'e8\'f1\'ea \'f3\'e4\'ee\'e1\'ed\'e5\'e5:\par\pard{\pntext\f1\'B7\tab}{\*\pn\pnlvlblt\pnf1\pnindent0{\pntxtb\'B7}}\fi-360\li720\tx720\b0\'cc\'e3\'ed\'ee\'e2\'e5\'ed\'ed\'fb\'e5 \'ef\'ee\'e4\'f1\'ea\'e0\'e7\'ea\'e8 \'ef\'f0\'e8 \'e2\'e2\'ee\'e4\'e5 \'f1\'eb\'ee\'e2 \'e2 \'ef\'ee\'e8\'f1\'ea\'ee\'e2\'f3\'fe \'f1\'f2\'f0\'ee\'ea\'f3\par\pard{\pntext\f1\'B7\tab}{\*\pn\pnlvlblt\pnf1\pnindent0{\pntxtb\'B7}}\fi-360\li720\'c7\'e0\'ea\'eb\'e0\'e4\'ea\'e8, \'ea\'ee\'f2\'ee\'f0\'fb\'e5 \'ec\'ee\'e6\'ed\'ee \'e8\'f1\'ef\'ee\'eb\'fc\'e7\'ee\'e2\'e0\'f2\'fc \'f1 \'eb\'fe\'e1\'ee\'e3\'ee \'ea\'ee\'ec\'ef\'fc\'fe\'f2\'e5\'f0\'e0\par{\pntext\f1\'B7\tab}\'c1\'eb\'ee\'ea\'e8\'f0\'ee\'e2\'ea\'e0 \'e2\'f1\'ef\'eb\'fb\'e2\'e0\'fe\'f9\'e8\'f5 \'ee\'ea\'ee\'ed\par\pard\fs20\par}
  1258. ru.GooglePageRadio1a=
  1259.  Google
  1260. ru.GooglePageRadio1aBold=
  1261.  Google
  1262. ru.GooglePageRadio1b=     
  1263. ru.GooglePageRadio2=
  1264.  Google
  1265. ru.GooglePageNotice1=
  1266.  Google, 
  1267.  Google 
  1268. ru.GooglePageNotice1a=
  1269. ru.GooglePageNotice1b= 
  1270. ru.GooglePageNotice1c=
  1271. ru.GooglePageNotice1d=.
  1272. ru.GooglePageTitle=
  1273.  - Spyware Doctor
  1274. ru.GooglePageTitleLabel=
  1275. ru.GooglePageTitleDescription=
  1276. ru.GoogleFinishConfirm=
  1277.  Google 
  1278.  Internet Explorer.
  1279. ru.MSG_DownloadError=
  1280. ru.ErrorAppRunning=
  1281.  %1.   %n
  1282.  OK, 
  1283. ru.ERR_OTHERAVFOUND1=
  1284. ru.ERR_OTHERAVFOUND2=
  1285. ru.ERR_NOTSUPPORTEROS=
  1286. ru.MSG_EMAILCLIENT=
  1287.  Outlook, 
  1288.  IntelliGuard. 
  1289. .%n%n
  1290.  IntelliGuard.%n
  1291. " -> "
  1292. " -> "
  1293. ru.MSG_EMAILCLIENTGTB1=
  1294.  Outlook, 
  1295.  IntelliGuard. 
  1296. ru.MSG_EMAILCLIENTGTB2=
  1297. ru.ERR_INIT_PCTISINSTALLED=PC Tools Antivirus 
  1298.  PC Tools Internet Security. 
  1299. ru.MSG_ButtonExit=&
  1300. ru.ShortCutFileName=eng-avhelp.chm
  1301. ru.ShortCutHP=
  1302.  PC Tools Antivirus 
  1303. ru.ShortCutHPComment=
  1304.  PC Tools Antivirus
  1305. ru.ShortCutHPLink=http://www.pctools.com/anti-virus/
  1306. ru.ShortCutQSG=
  1307. ru.RunLaunchAV=
  1308. ru.UninstallAVRunningMsg=
  1309.  %1. %n
  1310.  OK, 
  1311. ru.ERR_IKHLAYERCHECK=
  1312. ru.lblSelectDir=
  1313. ru.lblSelectDirBrowse=
  1314. ru.msgDegrade=
  1315. ru.msgUpToDate=
  1316. ru.MSG_SDAInstalled=
  1317.  PC Tools AntiVirus 
  1318.  PC Tools Antivirus.
  1319. ru.MSG_SDInstalled=
  1320.  PC Tools Spyware Doctor 
  1321.  Spyware Doctor 
  1322.  PC Tools AntiVirus 
  1323.  Spyware Doctor.  
  1324.  Spyware Doctor 
  1325. ru.MSG_SDEG_Installed=
  1326.  Email Guard 
  1327.  Spyware Doctor 
  1328.  Spyware Doctor 
  1329.  PC Tools AntiVirus 
  1330.  Spyware Doctor. 
  1331.  Spyware Doctor 
  1332. ru.StartAfterInstallNoScan=
  1333.  PC Tools Antivirus
  1334. ru.ERR_INIT_PCTINTERNET_SECURITY_IS_INSTALLED=PC Tools Antivirus 
  1335.  PC Tools Internet Security. 
  1336. ru.MSG_GTB_IE_FOUND=
  1337.  Internet Explorer. 
  1338.  Internet Explorer 
  1339. ru.MSG_GTB_IE_KILL_FAILED= 
  1340.  Internet Explorer 
  1341. ru.DegradeWelcomeLabel=
  1342.  PC Tools Antivirus. 
  1343.  PC Tools Antivirus, 
  1344. .  %n%n 
  1345. cs.NameAndVersion=%1 
  1346. cs.AdditionalIcons=
  1347. cs.CreateDesktopIcon=
  1348. cs.CreateQuickLaunchIcon=
  1349. cs.ProgramOnTheWeb= %1
  1350. cs.UninstallProgram=
  1351. cs.LaunchProgram=
  1352. cs.AssocFileExtension=&
  1353. cs.AssocingFileExtension=
  1354. cs.Options=
  1355. cs.StartAfterInstall=
  1356. PC Tools AntiVirus
  1357. cs.AutoStart=
  1358. Windows
  1359. PC Tools AntiVirus
  1360. cs.BtnInstall=&
  1361. cs.ERR_INTERNETREQUIREDFORLU=
  1362. Smart Update
  1363. cs.MSG_LUANDSCANAFTERFINISHSIZE10={\rtf1\ansi\ansicpg936\deff0\deflang1033\deflangfe2052{\fonttbl{\f0\fmodern\fprq6\fcharset134 \'cb\'ce\'cc\'e5;}{\f1\fswiss\fprq2\fcharset0 Arial;}}{\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\lang2052\f0\fs20\'b5\'e3\'bb\'f7\ldblquote\'cd\'ea\'b3\'c9\rdblquote\'d6\'ae\'ba\'f3\'a3\'ac\'d2\'d4\'cf\'c2\'c8\'ce\'ce\'f1\'bd\'ab\'c1\'a2\'bc\'b4\'c6\'f4\'b6\'af\'a3\'ba\par\par\b\'d4\'cb\'d0\'d0\lang1033\f1 Smart Update\lang2052\f0\par\pard\li284\b0\'cf\'c2\'d4\'d8\'d7\'ee\'d0\'c2\'b5\'c4PC Tools AntiVirus\'b8\'c4\'bd\'f8\'ba\'cd\'b8\'fc\'d0\'c2\'a1\'a3\par\pard\par\b\'c6\'f4\'b6\'af\lang1033\f1 PC Tools AntiVirus\lang2052\b0\f0\par\'c4\'fa\'bf\'c9\'d2\'d4\'c1\'a2\'bc\'b4\'b6\'d4PC Tools AntiVirus\'bd\'f8\'d0\'d0\'c5\'e4\'d6\'c3\'a3\'ac\'b2\'a2\'d4\'cb\'d0\'d0\'d2\'bb\'b4\'ce\'c8\'ab\'c3\'e6\'c9\'a8\'c3\'e8\'a1\'a3\par}
  1364. cs.MSG_LUANDSCANAFTERFINISH={\rtf1\ansi\ansicpg936\deff0\deflang1033\deflangfe2052{\fonttbl{\f0\fmodern\fprq6\fcharset134 \'cb\'ce\'cc\'e5;}{\f1\fswiss\fprq2\fcharset0 Arial;}}{\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\lang2052\f0\fs16\'b5\'e3\'bb\'f7\ldblquote\'cd\'ea\'b3\'c9\rdblquote\'d6\'ae\'ba\'f3\'a3\'ac\'d2\'d4\'cf\'c2\'c8\'ce\'ce\'f1\'bd\'ab\'c1\'a2\'bc\'b4\'c6\'f4\'b6\'af\'a3\'ba\par\par\b\'d4\'cb\'d0\'d0\lang1033\f1 Smart Update\lang2052\f0\par\pard\li284\b0\'cf\'c2\'d4\'d8\'d7\'ee\'d0\'c2\'b5\'c4\lang1033\f1 PC Tools AntiVirus\lang2052\f0\'b8\'c4\'bd\'f8\'ba\'cd\'b8\'fc\'d0\'c2\'a1\'a3\par\pard\par\b\'c6\'f4\'b6\'af\lang1033\f1 PC Tools AntiVirus\lang2052\b0\f0\par\pard\li284\'c4\'fa\'bf\'c9\'d2\'d4\'c1\'a2\'bc\'b4\'b6\'d4\lang1033\f1 PC Tools AntiVirus\lang2052\f0\'bd\'f8\'d0\'d0\'c5\'e4\'d6\'c3\'a3\'ac\'b2\'a2\'d4\'cb\'d0\'d0\'d2\'bb\'b4\'ce\'c8\'ab\'c3\'e6\'c9\'a8\'c3\'e8\'a1\'a3\fs20\par}
  1365. cs.GooglePageCaptionFormat={\rtf1\ansi\ansicpg1252\deff0\deflang3081\{\fonttbl\{\f0\fswiss\fcharset0 Arial;\}\}\{\colortbl ;\red255\green0\blue0;\}\{\*\generator Msftedit 5.41.15.1507;\}\viewkind4\uc1\pard\cf1\b\f0\fs18 
  1366.  \cf0 
  1367. InternetExplorer 
  1368. \b0 \Google
  1369. fs16\fs20\par\}
  1370. cs.GooglePageCaption=
  1371. InternetExplorer 
  1372.  Google
  1373. cs.GooglePageDescription=
  1374. Google 
  1375. cs.GooglePageText={\rtf1\ansi\ansicpg1252\deff0\deflang1033\deflangfe1033{\fonttbl{\f0\fswiss\fprq2\fcharset0 Arial;}{\f1\fmodern\fprq6\fcharset134 \'cb\'ce\'cc\'e5;}{\f2\fnil\fcharset2 Symbol;}}{\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\nowidctlpar\f0\fs24 Google \lang2052\b\f1\fs16\'b9\'a4\'be\'df\'c0\'b8\'ca\'b9\'cd\'f8\'c2\'e7\'e4\'af\'c0\'c0\'b8\'fc\'bc\'d3\'b7\'bd\'b1\'e3\'a3\'ba\lang1033\f0\par\pard{\pntext\f2\'B7\tab}{\*\pn\pnlvlblt\pnf2\pnindent0{\pntxtb\'B7}}\nowidctlpar\fi-152\li284\lang2052\b0\f1\'d4\'da\'cb\'d1\'cb\'f7\'bf\'f2\'d6\'d0\'bc\'fc\'c8\'eb\'b2\'e9\'d1\'af\'ca\'b1\'bb\'e1\'cc\'e1\'b9\'a9\'bc\'b4\'ca\'b1\'bd\'a8\'d2\'e9\lang1033\f0\par\lang2052\f1{\pntext\f2\'B7\tab}\'bf\'c9\'b4\'d3\'c8\'ce\'ba\'ce\'bc\'c6\'cb\'e3\'bb\'fa\'ca\'b9\'d3\'c3\'ca\'e9\'c7\'a9\lang1033\f0\par\lang2052\f1{\pntext\f2\'B7\tab}\'c0\'b9\'bd\'d8\'b5\'af\'b3\'f6\'ca\'bd\'b9\'e3\'b8\'e6\lang1033\f0\par}
  1376. cs.GooglePageRadio1a=
  1377. Google 
  1378. cs.GooglePageRadio1aBold=
  1379. Google 
  1380. cs.GooglePageRadio1b=
  1381. cs.GooglePageRadio2=
  1382.  Google 
  1383. cs.GooglePageNotice1=
  1384. Google
  1385. Google
  1386. cs.GooglePageNotice1a=
  1387. cs.GooglePageNotice1b=
  1388. cs.GooglePageNotice1c=
  1389. cs.GooglePageNotice1d=.
  1390. cs.GooglePageTitle=
  1391. - PC Tools Antivirus
  1392. cs.GooglePageTitleLabel=
  1393. cs.GooglePageTitleDescription=
  1394. cs.GoogleFinishConfirm=Google
  1395. cs.MSG_DownloadError=
  1396. cs.ErrorAppRunning=
  1397. cs.ERR_OTHERAVFOUND1=
  1398. cs.ERR_OTHERAVFOUND2=
  1399. cs.ERR_NOTSUPPORTEROS=
  1400. cs.MSG_EMAILCLIENT=
  1401. Outlook
  1402. IntelliGuard
  1403.  %n%n
  1404. IntelliGuard 
  1405. cs.MSG_EMAILCLIENTGTB1=
  1406. Outlook
  1407. IntelliGuard
  1408. cs.MSG_EMAILCLIENTGTB2=
  1409. cs.ERR_INIT_PCTISINSTALLED=PC Tools AntiVirus
  1410. PC Tools
  1411. Internet Security
  1412. cs.MSG_ButtonExit=
  1413. cs.ShortCutFileName=eng-avhelp.chm
  1414. cs.ShortCutHP=PC Tools Antivirus
  1415. cs.ShortCutHPComment=
  1416. PC Tools AntiVirus
  1417. cs.ShortCutHPLink=http://www.pctools.com/anti-virus/
  1418. cs.ShortCutQSG=%1
  1419. cs.RunLaunchAV=
  1420. cs.UninstallAVRunningMsg=
  1421. cs.ERR_IKHLAYERCHECK=
  1422. cs.lblSelectDir=
  1423. cs.lblSelectDirBrowse=
  1424. cs.msgDegrade=
  1425. cs.msgUpToDate=
  1426. cs.MSG_SDAInstalled=
  1427. AntiVirus
  1428. Spyware Doctor 
  1429. PC Tools AntiVirus
  1430. cs.MSG_SDInstalled=
  1431. Spyware Doctor
  1432. Spyware Doctor
  1433. AntiVirus
  1434. PC Tools AntiVirus
  1435. Spyware Doctor
  1436. AntiVirus
  1437. cs.MSG_SDEG_Installed=
  1438. Spyware Doctor
  1439. Email Guard
  1440. Spyware Doctor
  1441. AntiVirus
  1442. PC Tools AntiVirus
  1443. Spyware Doctor
  1444. Spyware Doctor
  1445. AntiVirus
  1446. cs.StartAfterInstallNoScan=
  1447. PC Tools AntiVirus
  1448. cs.ERR_INIT_PCTINTERNET_SECURITY_IS_INSTALLED= PC Tools AntiVirus
  1449. PC Tools
  1450. Internet Security
  1451. cs.MSG_GTB_IE_FOUND=
  1452. cs.MSG_GTB_IE_KILL_FAILED=
  1453. cs.DegradeWelcomeLabel=
  1454. PC Tools AntiVirus
  1455. PC Tools AntiVirus
  1456. ct.NameAndVersion=%1 %2 
  1457. ct.AdditionalIcons=
  1458. ct.CreateDesktopIcon=
  1459. ct.CreateQuickLaunchIcon=
  1460. ct.ProgramOnTheWeb=%1 
  1461. ct.UninstallProgram=
  1462. ct.LaunchProgram=
  1463. ct.AssocFileExtension=
  1464. P %2 
  1465. p(&A)
  1466. ct.AssocingFileExtension=
  1467. P %2 
  1468. ct.Options=
  1469. ct.StartAfterInstall=
  1470.  PC Tools AntiVirus
  1471. ct.AutoStart=
  1472.  Windows 
  1473.  PC Tools AntiVirus 
  1474. ct.BtnInstall=
  1475. ct.ERR_INTERNETREQUIREDFORLU=
  1476.  Smart Updates 
  1477. ct.MSG_LUANDSCANAFTERFINISHSIZE10={\rtf1\ansi\ansicpg950\deff0\deflang1033\deflangfe1028{\fonttbl{\f0\froman\fprq2\fcharset136 \'b7\'73\'b2\'d3\'a9\'fa\'c5\'e9;}{\f1\fmodern\fprq6\fcharset136 \'b7\'73\'b2\'d3\'a9\'fa\'c5\'e9;}}{\colortbl ;\red0\green0\blue0;\red255\green0\blue0;}{\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\nowidctlpar\lang1028\kerning2\f0\fs20\'ab\'f6\'a4\'40\'a4\'55 [\'a7\'b9\'a6\'a8] \'b1\'4e\'a5\'df\'a7\'59\'b1\'d2\'b0\'ca\'b3\'6f\'a8\'c7\'a7\'40\'b7\'7e\'a1\'47\par\par\cf1\b \'b9\'42\'a6\'e6Smart Update\cf2\b0\par\pard\nowidctlpar\li284\cf0\'a4\'55\'b8\'fc\'b3\'cc\'b7\'73\'aa\'ba PC Tools AntiVirus \'ad\'d7\'a5\'bf\'a4\'ce\'a7\'f3\'b7\'73\'c0\'c9\'a1\'43\par\pard\nowidctlpar\par\b\'b1\'d2\'b0\'ca PC Tools AntiVirus\b0\par\pard\nowidctlpar\li284\'b1\'7a\'a5\'69\'a5\'df\'a7\'59\'b3\'5d\'a9\'77 PC Tools AntiVirus \'a8\'c3\'b0\'f5\'a6\'e6\'a7\'b9\'be\'e3\'b1\'bd\'b4\'79\'a1\'43\kerning0\f1\par}
  1478. ct.MSG_LUANDSCANAFTERFINISH={\rtf1\ansi\ansicpg950\deff0\deflang1033\deflangfe1028{\fonttbl{\f0\froman\fprq2\fcharset136 \'b7\'73\'b2\'d3\'a9\'fa\'c5\'e9;}{\f1\fmodern\fprq6\fcharset136 \'b7\'73\'b2\'d3\'a9\'fa\'c5\'e9;}}{\colortbl ;\red0\green0\blue0;\red255\green0\blue0;}{\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\nowidctlpar\lang1028\kerning2\f0\fs20\'ab\'f6\'a4\'40\'a4\'55 [\'a7\'b9\'a6\'a8] \'b1\'4e\'a5\'df\'a7\'59\'b1\'d2\'b0\'ca\'b3\'6f\'a8\'c7\'a7\'40\'b7\'7e\'a1\'47\par\par\cf1\b \'b9\'42\'a6\'e6Smart Update\cf2\b0\par\pard\nowidctlpar\li284\cf0\'a4\'55\'b8\'fc\'b3\'cc\'b7\'73\'aa\'ba PC Tools AntiVirus \'ad\'d7\'a5\'bf\'a4\'ce\'a7\'f3\'b7\'73\'c0\'c9\'a1\'43\par\pard\nowidctlpar\par\b\'b1\'d2\'b0\'ca PC Tools AntiVirus\b0\par\pard\nowidctlpar\li284\'b1\'7a\'a5\'69\'a5\'df\'a7\'59\'b3\'5d\'a9\'77 PC Tools AntiVirus \'a8\'c3\'b0\'f5\'a6\'e6\'a7\'b9\'be\'e3\'b1\'bd\'b4\'79\'a1\'43\kerning0\f1\par}
  1479. ct.GooglePageCaptionFormat=\{\rtf1\ansi\ansicpg1252\deff0\deflang3081\{\fonttbl\{\f0\fswiss\fcharset0 Arial;\}\}\{\colortbl ;\red255\green0\blue0;\}\{\*\generator Msftedit 5.41.15.1507;\}\viewkind4\uc1\pard\cf1\b\f0\fs18 
  1480. I \fs16
  1481.  InternetExplorer 
  1482. \cf0 Google
  1483. C\b0 \fs20\par\}
  1484. ct.GooglePageCaption=
  1485.  InternetExplorer 
  1486.  Google
  1487. ct.GooglePageDescription=
  1488. Google 
  1489. ct.GooglePageText={\rtf1\ansi\ansicpg1252\deff0\deflang1033\deflangfe1033{\fonttbl{\f0\fswiss\fprq2\fcharset0 Arial;}{\f1\fmodern\fprq6\fcharset136 \'b7\'73\'b2\'d3\'a9\'fa\'c5\'e9;}{\f2\fnil\fcharset2 Symbol;}}{\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\nowidctlpar\f0\fs24 Google \lang1028\b\f1\fs16\'a4\'75\'a8\'e3\'a6\'43\'a8\'cf\'ba\'f4\'a4\'57\'c2\'73\'c4\'fd\'a7\'f3\'a5\'5b\'a4\'e8\'ab\'4b\lang1033\f0\par\pard{\pntext\f2\'B7\tab}{\*\pn\pnlvlblt\pnf2\pnindent0{\pntxtb\'B7}}\nowidctlpar\fi-152\li284\lang1028\b0\f1\'a6\'62\'b7\'6a\'b4\'4d\'ae\'d8\'bf\'e9\'a4\'4a\'a4\'e5\'a6\'72\'ae\'c9\'a1\'41\'b4\'a3\'a8\'d1\'a7\'59\'ae\'c9\'aa\'ba\'ab\'d8\'c4\'b3\lang1033\f0\par\lang1028\f1{\pntext\f2\'B7\tab}\'a5\'69\'b1\'71\'a5\'f4\'a6\'f3\'b9\'71\'b8\'a3\'a8\'d3\'a8\'cf\'a5\'ce\'aa\'ba\'ae\'d1\'c5\'d2\lang1033\f0\par\lang1028\f1{\pntext\f2\'B7\tab}\'c4\'64\'ba\'49\'bc\'75\'a5\'58\'a6\'a1\'b5\'f8\'b5\'a1\lang1033\f0\par}
  1490. ct.GooglePageRadio1a=
  1491. Google 
  1492. ct.GooglePageRadio1aBold=
  1493. Google 
  1494. ct.GooglePageRadio1b=
  1495. ct.GooglePageRadio2=
  1496.  Google 
  1497. ct.GooglePageNotice1=
  1498. Google
  1499. uGoogle
  1500. ct.GooglePageNotice1a=
  1501. ct.GooglePageNotice1b=
  1502. ct.GooglePageNotice1c=
  1503. ct.GooglePageNotice1d=.
  1504. ct.GooglePageTitle=
  1505. m- Spyware Doctor
  1506. ct.GooglePageTitleLabel=
  1507. ct.GooglePageTitleDescription=
  1508. ct.GoogleFinishConfirm=Google
  1509. ct.MSG_DownloadError=
  1510. ct.ErrorAppRunning=
  1511. ct.ERR_OTHERAVFOUND1=
  1512. ct.ERR_OTHERAVFOUND2=
  1513. ct.ERR_NOTSUPPORTEROS=
  1514. ct.MSG_EMAILCLIENT=
  1515. GOutlook 
  1516. q IntelliGuard 
  1517. C%n%n
  1518.  IntelliGuard
  1519. w] -> [
  1520. w] -> [
  1521. ct.MSG_EMAILCLIENTGTB1=
  1522. GOutlook 
  1523. q IntelliGuard 
  1524. ct.MSG_EMAILCLIENTGTB2=
  1525. ct.ERR_INIT_PCTISINSTALLED=PC Tools AntiVirus 
  1526.  PC Tools 
  1527. ct.MSG_ButtonExit=
  1528. ct.ShortCutFileName=eng-avhelp.chm
  1529. ct.ShortCutHP=PC Tools Antivirus 
  1530. ct.ShortCutHPComment=
  1531.  PC Tools AntiVirus 
  1532. ct.ShortCutHPLink=http://www.pctools.com/anti-virus/
  1533. ct.ShortCutQSG=%1 
  1534. ct.RunLaunchAV=
  1535. ct.UninstallAVRunningMsg=
  1536. ct.ERR_IKHLAYERCHECK=
  1537. ct.lblSelectDir=
  1538. ct.lblSelectDirBrowse=
  1539. ct.msgDegrade=
  1540. ct.msgUpToDate=
  1541. ct.MSG_SDAInstalled=
  1542.  Spyware Doctor with AntiVirus
  1543.  PC Tools AntiVirus
  1544. ct.MSG_SDInstalled=
  1545.  Spyware Doctor
  1546.  Spyware Doctor 
  1547.  AntiVirus
  1548.  PC Tools AntiVirus
  1549.  Spyware Doctor 
  1550.  AntiVirus 
  1551. ct.MSG_SDEG_Installed=
  1552.  Spyware Doctor Email Guard 
  1553.  Spyware Doctor with AntiVirus
  1554.  PC Tools AntiVirus 
  1555. P Spyware Doctor
  1556.  Spyware Doctor with AntiVirus 
  1557. ct.StartAfterInstallNoScan=
  1558.  PC Tools AntiVirus
  1559. ct.ERR_INIT_PCTINTERNET_SECURITY_IS_INSTALLED=PC Tools AntiVirus 
  1560.  PC Tools 
  1561. ct.MSG_GTB_IE_FOUND=
  1562.  Internet Explorer 
  1563.  Internet Explorer 
  1564. ct.MSG_GTB_IE_KILL_FAILED=Internet Explorer 
  1565. ct.DegradeWelcomeLabel=
  1566. PC Tools AntiVirus
  1567. zPC Tools AntiVirus
  1568. C%n%n
  1569. [Languages]
  1570. ; These files are stubs
  1571. ; To achieve better results after recompilation, use the real language files
  1572. Name: "en"; MessagesFile: "embedded\en.isl"; LicenseFile: "embedded\enLicense.txt"; 
  1573. Name: "de"; MessagesFile: "embedded\de.isl"; LicenseFile: "embedded\deLicense.txt"; 
  1574. Name: "es"; MessagesFile: "embedded\es.isl"; LicenseFile: "embedded\esLicense.txt"; 
  1575. Name: "fr"; MessagesFile: "embedded\fr.isl"; LicenseFile: "embedded\frLicense.txt"; 
  1576. Name: "pl"; MessagesFile: "embedded\pl.isl"; LicenseFile: "embedded\plLicense.txt"; 
  1577. Name: "it"; MessagesFile: "embedded\it.isl"; LicenseFile: "embedded\itLicense.txt"; 
  1578. Name: "br"; MessagesFile: "embedded\br.isl"; LicenseFile: "embedded\brLicense.txt"; 
  1579. Name: "ru"; MessagesFile: "embedded\ru.isl"; LicenseFile: "embedded\ruLicense.txt"; 
  1580. Name: "cs"; MessagesFile: "embedded\cs.isl"; LicenseFile: "embedded\csLicense.txt"; 
  1581. Name: "ct"; MessagesFile: "embedded\ct.isl"; LicenseFile: "embedded\ctLicense.txt"; 
  1582.